Color Hex Logo

#d04cde Color Hex

#D04CDE
(208,76,222)
0 Favorites   0 Comments

Color spaces of #d04cde

RGB 20876222
HSL0.820.690.58
HSV294°66°87°
CMYK 0.060.660.00   0.13
XYZ41.781723.852771.5091
Yxy23.85270.30470.1739
Hunter Lab48.839267.2372-52.6234
CIE-Lab55.940070.0908-49.8111

#d04cde color RGB value is (208,76,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001100 11011110
Octal 320 114 336
Decimal 208 76 222
Hex D0 4C DE

RGB Percentages of Color #d04cde

%41.11
%15.02
%43.87

CMYK Percentages of Color #d04cde

%6
%66
%0
%13

Triadic Colors of #d04cde

#d04cde #ded04c #4cded0

Analogous Colors of #d04cde

#d04cde #de4ca3 #874cde

Monochromatic Colors of #d04cde

#d04cde

Complementary Color

#d04cde #5ade4c

#d04cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04cde Color CSS Codes

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

#d04cde Text Font Color

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

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


#d04cde Background Color

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

This div background color is #d04cde


#d04cde Border Color

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

This div border color is #d04cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04cde


Comments

No comments written yet.

Please login to write comment.