Color Hex Logo

#d20edd Color Hex

#D20EDD
(210,14,221)
0 Favorites   0 Comments

Color spaces of #d20edd

RGB 21014221
HSL0.820.880.46
HSV297°94°87°
CMYK 0.050.940.00   0.13
XYZ39.786519.236270.0226
Yxy19.23620.30830.1491
Hunter Lab43.859185.1717-63.9572
CIE-Lab50.962485.3955-57.1801

#d20edd color RGB value is (210,14,221).

#d20edd hex color red value is 210, green value is 14 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d20edd hue: 0.82 , saturation: 0.88 and the lightness value of d20edd is 0.46.

The process color (four color CMYK) of #d20edd color hex is 0.05, 0.94, 0.00, 0.13. Web safe color of #d20edd is #cc00cc. Color #d20edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00001110 11011101
Octal 322 16 335
Decimal 210 14 221
Hex D2 E DD

RGB Percentages of Color #d20edd

%47.19
%3.15
%49.66

CMYK Percentages of Color #d20edd

%5
%94
%0
%13

Triadic Colors of #d20edd

#d20edd #ddd20e #0eddd2

Analogous Colors of #d20edd

#d20edd #dd0e81 #6b0edd

Monochromatic Colors of #d20edd

#d20edd

Complementary Color

#d20edd #19dd0e

#d20edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d20edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d20edd Color CSS Codes

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

#d20edd Text Font Color

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

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


#d20edd Background Color

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

This div background color is #d20edd


#d20edd Border Color

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

This div border color is #d20edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d20edd


Comments

No comments written yet.

Please login to write comment.