Color Hex Logo

#d04edc Color Hex

#D04EDC
(208,78,220)
0 Favorites   0 Comments

Color spaces of #d04edc

RGB 20878220
HSL0.820.670.58
HSV295°65°86°
CMYK 0.050.650.00   0.14
XYZ41.655124.026070.1522
Yxy24.02600.30670.1769
Hunter Lab49.016365.9145-50.5445
CIE-Lab56.113868.9573-48.4048

#d04edc color RGB value is (208,78,220).

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

The process color (four color CMYK) of #d04edc color hex is 0.05, 0.65, 0.00, 0.14. Web safe color of #d04edc is #cc66cc. Color #d04edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001110 11011100
Octal 320 116 334
Decimal 208 78 220
Hex D0 4E DC

RGB Percentages of Color #d04edc

%41.11
%15.42
%43.48

CMYK Percentages of Color #d04edc

%5
%65
%0
%14

Triadic Colors of #d04edc

#d04edc #dcd04e #4edcd0

Analogous Colors of #d04edc

#d04edc #dc4ea1 #894edc

Monochromatic Colors of #d04edc

#d04edc

Complementary Color

#d04edc #5adc4e

#d04edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04edc Color CSS Codes

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

#d04edc Text Font Color

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

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


#d04edc Background Color

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

This div background color is #d04edc


#d04edc Border Color

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

This div border color is #d04edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04edc


Comments

No comments written yet.

Please login to write comment.