Color Hex Logo

#d02edc Color Hex

#D02EDC
(208,46,220)
0 Favorites   0 Comments

Color spaces of #d02edc

RGB 20846220
HSL0.820.710.52
HSV296°79°86°
CMYK 0.050.790.00   0.14
XYZ39.907720.531269.5697
Yxy20.53120.30700.1579
Hunter Lab45.311477.9179-59.3141
CIE-Lab52.432679.4381-54.2724

#d02edc color RGB value is (208,46,220).

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

The process color (four color CMYK) of #d02edc color hex is 0.05, 0.79, 0.00, 0.14. Web safe color of #d02edc is #cc33cc. Color #d02edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101110 11011100
Octal 320 56 334
Decimal 208 46 220
Hex D0 2E DC

RGB Percentages of Color #d02edc

%43.88
%9.70
%46.41

CMYK Percentages of Color #d02edc

%5
%79
%0
%14

Triadic Colors of #d02edc

#d02edc #dcd02e #2edcd0

Analogous Colors of #d02edc

#d02edc #dc2e91 #792edc

Monochromatic Colors of #d02edc

#d02edc

Complementary Color

#d02edc #3adc2e

#d02edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02edc Color CSS Codes

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

#d02edc Text Font Color

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

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


#d02edc Background Color

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

This div background color is #d02edc


#d02edc Border Color

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

This div border color is #d02edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02edc


Comments

No comments written yet.

Please login to write comment.