Color Hex Logo

#d02edd Color Hex

#D02EDD
(208,46,221)
1 Favorites   0 Comments

Color spaces of #d02edd

RGB 20846221
HSL0.820.720.52
HSV296°79°87°
CMYK 0.060.790.00   0.13
XYZ40.040620.584370.2694
Yxy20.58430.30590.1573
Hunter Lab45.369978.1353-60.0700
CIE-Lab52.491579.5991-54.7463

#d02edd color RGB value is (208,46,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101110 11011101
Octal 320 56 335
Decimal 208 46 221
Hex D0 2E DD

RGB Percentages of Color #d02edd

%43.79
%9.68
%46.53

CMYK Percentages of Color #d02edd

%6
%79
%0
%13

Triadic Colors of #d02edd

#d02edd #ddd02e #2eddd0

Analogous Colors of #d02edd

#d02edd #dd2e93 #792edd

Monochromatic Colors of #d02edd

#d02edd

Complementary Color

#d02edd #3bdd2e

#d02edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02edd Color CSS Codes

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

#d02edd Text Font Color

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

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


#d02edd Background Color

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

This div background color is #d02edd


#d02edd Border Color

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

This div border color is #d02edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02edd


Comments

No comments written yet.

Please login to write comment.