Color Hex Logo

#d49ecc Color Hex

#D49ECC
(212,158,204)
0 Favorites   0 Comments

Color spaces of #d49ecc

RGB 212158204
HSL0.860.390.73
HSV309°25°83°
CMYK 0.000.250.04   0.17
XYZ50.277342.810462.7401
Yxy42.81040.32260.2747
Hunter Lab65.429722.6606-11.0521
CIE-Lab71.426127.5355-15.6928

#d49ecc color RGB value is (212,158,204).

#d49ecc hex color red value is 212, green value is 158 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d49ecc hue: 0.86 , saturation: 0.39 and the lightness value of d49ecc is 0.73.

The process color (four color CMYK) of #d49ecc color hex is 0.00, 0.25, 0.04, 0.17. Web safe color of #d49ecc is #cc99cc. Color #d49ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011110 11001100
Octal 324 236 314
Decimal 212 158 204
Hex D4 9E CC

RGB Percentages of Color #d49ecc

%36.93
%27.53
%35.54

CMYK Percentages of Color #d49ecc

%0
%25
%4
%17

Triadic Colors of #d49ecc

#d49ecc #ccd49e #9eccd4

Analogous Colors of #d49ecc

#d49ecc #d49eb1 #c19ed4

Monochromatic Colors of #d49ecc

#d49ecc

Complementary Color

#d49ecc #9ed4a6

#d49ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49ecc Color CSS Codes

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

#d49ecc Text Font Color

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

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


#d49ecc Background Color

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

This div background color is #d49ecc


#d49ecc Border Color

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

This div border color is #d49ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49ecc


Comments

No comments written yet.

Please login to write comment.