Color Hex Logo

#d49cef Color Hex

#D49CEF
(212,156,239)
0 Favorites   0 Comments

Color spaces of #d49cef

RGB 212156239
HSL0.780.720.77
HSV280°35°94°
CMYK 0.110.350.00   0.06
XYZ54.619844.006087.2766
Yxy44.00600.29380.2367
Hunter Lab66.337030.8815-31.5692
CIE-Lab72.232535.3816-33.6594

#d49cef color RGB value is (212,156,239).

#d49cef hex color red value is 212, green value is 156 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d49cef hue: 0.78 , saturation: 0.72 and the lightness value of d49cef is 0.77.

The process color (four color CMYK) of #d49cef color hex is 0.11, 0.35, 0.00, 0.06. Web safe color of #d49cef is #cc99ff. Color #d49cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011100 11101111
Octal 324 234 357
Decimal 212 156 239
Hex D4 9C EF

RGB Percentages of Color #d49cef

%34.93
%25.70
%39.37

CMYK Percentages of Color #d49cef

%11
%35
%0
%6

Triadic Colors of #d49cef

#d49cef #efd49c #9cefd4

Analogous Colors of #d49cef

#d49cef #ef9ce1 #ab9cef

Monochromatic Colors of #d49cef

#d49cef

Complementary Color

#d49cef #b7ef9c

#d49cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49cef Color CSS Codes

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

#d49cef Text Font Color

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

This sample text font color is #d49cef
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.


#d49cef Background Color

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

This div background color is #d49cef


#d49cef Border Color

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

This div border color is #d49cef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,156,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d49cef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d49cef;
  -webkit-box-shadow: 1px 1px 3px 2px #d49cef;
  box-shadow:         1px 1px 3px 2px #d49cef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,156,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49cef


Comments

No comments written yet.

Please login to write comment.