Color Hex Logo

#d05cad Color Hex

#D05CAD
(208,92,173)
0 Favorites   0 Comments

Color spaces of #d05cad

RGB 20892173
HSL0.880.550.59
HSV318°56°82°
CMYK 0.000.560.17   0.18
XYZ37.382424.081342.2131
Yxy24.08130.36060.2323
Hunter Lab49.072750.0998-16.6513
CIE-Lab56.169155.2623-21.4046

#d05cad color RGB value is (208,92,173).

#d05cad hex color red value is 208, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d05cad hue: 0.88 , saturation: 0.55 and the lightness value of d05cad is 0.59.

The process color (four color CMYK) of #d05cad color hex is 0.00, 0.56, 0.17, 0.18. Web safe color of #d05cad is #cc6699. Color #d05cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011100 10101101
Octal 320 134 255
Decimal 208 92 173
Hex D0 5C AD

RGB Percentages of Color #d05cad

%43.97
%19.45
%36.58

CMYK Percentages of Color #d05cad

%0
%56
%17
%18

Triadic Colors of #d05cad

#d05cad #add05c #5cadd0

Analogous Colors of #d05cad

#d05cad #d05c73 #b95cd0

Monochromatic Colors of #d05cad

#d05cad

Complementary Color

#d05cad #5cd07f

#d05cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05cad Color CSS Codes

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

#d05cad Text Font Color

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

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


#d05cad Background Color

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

This div background color is #d05cad


#d05cad Border Color

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

This div border color is #d05cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,92,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05cad


Comments

No comments written yet.

Please login to write comment.