Color Hex Logo

#d397ea Color Hex

#D397EA
(211,151,234)
0 Favorites   0 Comments

Color spaces of #d397ea

RGB 211151234
HSL0.790.660.75
HSV283°35°92°
CMYK 0.100.350.00   0.08
XYZ52.781941.922683.1519
Yxy41.92260.29680.2357
Hunter Lab64.747732.2037-30.8196
CIE-Lab70.817536.7648-33.1249

#d397ea color RGB value is (211,151,234).

#d397ea hex color red value is 211, green value is 151 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d397ea hue: 0.79 , saturation: 0.66 and the lightness value of d397ea is 0.75.

The process color (four color CMYK) of #d397ea color hex is 0.10, 0.35, 0.00, 0.08. Web safe color of #d397ea is #cc99ff. Color #d397ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010111 11101010
Octal 323 227 352
Decimal 211 151 234
Hex D3 97 EA

RGB Percentages of Color #d397ea

%35.40
%25.34
%39.26

CMYK Percentages of Color #d397ea

%10
%35
%0
%8

Triadic Colors of #d397ea

#d397ea #ead397 #97ead3

Analogous Colors of #d397ea

#d397ea #ea97d8 #aa97ea

Monochromatic Colors of #d397ea

#d397ea

Complementary Color

#d397ea #aeea97

#d397ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d397ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d397ea Color CSS Codes

.mybgcolor {background-color:#d397ea; } 
.myforecolor {color:#d397ea; }
.mybordercolor {border:3px solid #d397ea; }

#d397ea Text Font Color

<p style="color:#d397ea">Text here</p>

This sample text font color is #d397ea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d397ea Background Color

<div style="background-color:#d397ea">
Div content here</div>

This div background color is #d397ea


#d397ea Border Color

<div style="border:3px solid #d397ea">
Div here</div>

This div border color is #d397ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,151,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d397ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d397ea;
  -webkit-box-shadow: 1px 1px 3px 2px #d397ea;
  box-shadow:         1px 1px 3px 2px #d397ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,151,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d397ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d397ea;
  -webkit-box-shadow: 1px 1px 3px 2px #d397ea;
  box-shadow:         1px 1px 3px 2px #d397ea;">
Div content here</div>

This div box has shadow with color #d397ea


Comments

No comments written yet.

Please login to write comment.