Color Hex Logo

#d04cad Color Hex

#D04CAD
(208,76,173)
0 Favorites   0 Comments

Color spaces of #d04cad

RGB 20876173
HSL0.880.580.56
HSV316°63°82°
CMYK 0.000.630.17   0.18
XYZ36.139721.595941.7988
Yxy21.59590.36310.2170
Hunter Lab46.471457.4903-20.7986
CIE-Lab53.595662.2498-25.3630

#d04cad color RGB value is (208,76,173).

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

The process color (four color CMYK) of #d04cad color hex is 0.00, 0.63, 0.17, 0.18. Web safe color of #d04cad is #cc3399. Color #d04cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001100 10101101
Octal 320 114 255
Decimal 208 76 173
Hex D0 4C AD

RGB Percentages of Color #d04cad

%45.51
%16.63
%37.86

CMYK Percentages of Color #d04cad

%0
%63
%17
%18

Triadic Colors of #d04cad

#d04cad #add04c #4cadd0

Analogous Colors of #d04cad

#d04cad #d04c6b #b14cd0

Monochromatic Colors of #d04cad

#d04cad

Complementary Color

#d04cad #4cd06f

#d04cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04cad Color CSS Codes

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

#d04cad Text Font Color

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

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


#d04cad Background Color

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

This div background color is #d04cad


#d04cad Border Color

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

This div border color is #d04cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04cad


Comments

No comments written yet.

Please login to write comment.