Color Hex Logo

#d05cdd Color Hex

#D05CDD
(208,92,221)
0 Favorites   0 Comments

Color spaces of #d05cdd

RGB 20892221
HSL0.820.650.61
HSV294°58°87°
CMYK 0.060.580.00   0.13
XYZ42.890726.284671.2195
Yxy26.28460.30550.1872
Hunter Lab51.268559.6113-46.4746
CIE-Lab58.306263.2260-45.4965

#d05cdd color RGB value is (208,92,221).

#d05cdd hex color red value is 208, green value is 92 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d05cdd hue: 0.82 , saturation: 0.65 and the lightness value of d05cdd is 0.61.

The process color (four color CMYK) of #d05cdd color hex is 0.06, 0.58, 0.00, 0.13. Web safe color of #d05cdd is #cc66cc. Color #d05cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011100 11011101
Octal 320 134 335
Decimal 208 92 221
Hex D0 5C DD

RGB Percentages of Color #d05cdd

%39.92
%17.66
%42.42

CMYK Percentages of Color #d05cdd

%6
%58
%0
%13

Triadic Colors of #d05cdd

#d05cdd #ddd05c #5cddd0

Analogous Colors of #d05cdd

#d05cdd #dd5caa #905cdd

Monochromatic Colors of #d05cdd

#d05cdd

Complementary Color

#d05cdd #69dd5c

#d05cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05cdd Color CSS Codes

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

#d05cdd Text Font Color

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

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


#d05cdd Background Color

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

This div background color is #d05cdd


#d05cdd Border Color

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

This div border color is #d05cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,92,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 #d05cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05cdd


Comments

No comments written yet.

Please login to write comment.