Color Hex Logo

#d49cdd Color Hex

#D49CDD
(212,156,221)
0 Favorites   0 Comments

Color spaces of #d49cdd

RGB 212156221
HSL0.810.490.74
HSV292°29°87°
CMYK 0.040.290.00   0.13
XYZ52.091042.994473.9599
Yxy42.99440.30810.2543
Hunter Lab65.570127.0584-20.9772
CIE-Lab71.551231.8015-24.8591

#d49cdd color RGB value is (212,156,221).

#d49cdd hex color red value is 212, green value is 156 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d49cdd hue: 0.81 , saturation: 0.49 and the lightness value of d49cdd is 0.74.

The process color (four color CMYK) of #d49cdd color hex is 0.04, 0.29, 0.00, 0.13. Web safe color of #d49cdd is #cc99cc. Color #d49cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011100 11011101
Octal 324 234 335
Decimal 212 156 221
Hex D4 9C DD

RGB Percentages of Color #d49cdd

%35.99
%26.49
%37.52

CMYK Percentages of Color #d49cdd

%4
%29
%0
%13

Triadic Colors of #d49cdd

#d49cdd #ddd49c #9cddd4

Analogous Colors of #d49cdd

#d49cdd #dd9cc6 #b49cdd

Monochromatic Colors of #d49cdd

#d49cdd

Complementary Color

#d49cdd #a5dd9c

#d49cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49cdd Color CSS Codes

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

#d49cdd Text Font Color

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

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


#d49cdd Background Color

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

This div background color is #d49cdd


#d49cdd Border Color

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

This div border color is #d49cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49cdd


Comments

No comments written yet.

Please login to write comment.