Color Hex Logo

#d04cdf Color Hex

#D04CDF
(208,76,223)
0 Favorites   0 Comments

Color spaces of #d04cdf

RGB 20876223
HSL0.820.700.59
HSV294°66°87°
CMYK 0.070.660.00   0.13
XYZ41.916123.906572.2172
Yxy23.90650.30370.1732
Hunter Lab48.894367.4596-53.3458
CIE-Lab55.994170.2650-50.2899

#d04cdf color RGB value is (208,76,223).

#d04cdf hex color red value is 208, green value is 76 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d04cdf hue: 0.82 , saturation: 0.70 and the lightness value of d04cdf is 0.59.

The process color (four color CMYK) of #d04cdf color hex is 0.07, 0.66, 0.00, 0.13. Web safe color of #d04cdf is #cc33cc. Color #d04cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001100 11011111
Octal 320 114 337
Decimal 208 76 223
Hex D0 4C DF

RGB Percentages of Color #d04cdf

%41.03
%14.99
%43.98

CMYK Percentages of Color #d04cdf

%7
%66
%0
%13

Triadic Colors of #d04cdf

#d04cdf #dfd04c #4cdfd0

Analogous Colors of #d04cdf

#d04cdf #df4ca5 #874cdf

Monochromatic Colors of #d04cdf

#d04cdf

Complementary Color

#d04cdf #5bdf4c

#d04cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04cdf Color CSS Codes

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

#d04cdf Text Font Color

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

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


#d04cdf Background Color

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

This div background color is #d04cdf


#d04cdf Border Color

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

This div border color is #d04cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04cdf


Comments

No comments written yet.

Please login to write comment.