Color Hex Logo

#d03edd Color Hex

#D03EDD
(208,62,221)
0 Favorites   0 Comments

Color spaces of #d03edd

RGB 20862221
HSL0.820.700.55
HSV295°72°87°
CMYK 0.060.720.00   0.13
XYZ40.786222.075670.5180
Yxy22.07560.30580.1655
Hunter Lab46.984772.7281-56.0974
CIE-Lab54.107174.9475-52.1644

#d03edd color RGB value is (208,62,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111110 11011101
Octal 320 76 335
Decimal 208 62 221
Hex D0 3E DD

RGB Percentages of Color #d03edd

%42.36
%12.63
%45.01

CMYK Percentages of Color #d03edd

%6
%72
%0
%13

Triadic Colors of #d03edd

#d03edd #ddd03e #3eddd0

Analogous Colors of #d03edd

#d03edd #dd3e9b #813edd

Monochromatic Colors of #d03edd

#d03edd

Complementary Color

#d03edd #4bdd3e

#d03edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03edd Color CSS Codes

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

#d03edd Text Font Color

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

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


#d03edd Background Color

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

This div background color is #d03edd


#d03edd Border Color

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

This div border color is #d03edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03edd


Comments

No comments written yet.

Please login to write comment.