Color Hex Logo

#d04ece Color Hex

#D04ECE
(208,78,206)
0 Favorites   0 Comments

Color spaces of #d04ece

RGB 20878206
HSL0.840.580.56
HSV301°63°82°
CMYK 0.000.630.01   0.18
XYZ39.877423.314960.7910
Yxy23.31490.32160.1880
Hunter Lab48.285562.9176-40.8457
CIE-Lab55.395266.5731-41.5907

#d04ece color RGB value is (208,78,206).

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

The process color (four color CMYK) of #d04ece color hex is 0.00, 0.63, 0.01, 0.18. Web safe color of #d04ece is #cc66cc. Color #d04ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001110 11001110
Octal 320 116 316
Decimal 208 78 206
Hex D0 4E CE

RGB Percentages of Color #d04ece

%42.28
%15.85
%41.87

CMYK Percentages of Color #d04ece

%0
%63
%1
%18

Triadic Colors of #d04ece

#d04ece #ced04e #4eced0

Analogous Colors of #d04ece

#d04ece #d04e8d #914ed0

Monochromatic Colors of #d04ece

#d04ece

Complementary Color

#d04ece #4ed050

#d04ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04ece Color CSS Codes

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

#d04ece Text Font Color

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

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


#d04ece Background Color

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

This div background color is #d04ece


#d04ece Border Color

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

This div border color is #d04ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04ece


Comments

No comments written yet.

Please login to write comment.