Color Hex Logo

#d20eaa Color Hex

#D20EAA
(210,14,170)
0 Favorites   0 Comments

Color spaces of #d20eaa

RGB 21014170
HSL0.870.880.44
HSV312°93°82°
CMYK 0.000.930.19   0.18
XYZ33.991116.918039.5042
Yxy16.91800.37600.1871
Hunter Lab41.131575.5324-28.1522
CIE-Lab48.156578.3683-32.0306

#d20eaa color RGB value is (210,14,170).

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

The process color (four color CMYK) of #d20eaa color hex is 0.00, 0.93, 0.19, 0.18. Web safe color of #d20eaa is #cc0099. Color #d20eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00001110 10101010
Octal 322 16 252
Decimal 210 14 170
Hex D2 E AA

RGB Percentages of Color #d20eaa

%53.30
%3.55
%43.15

CMYK Percentages of Color #d20eaa

%0
%93
%19
%18

Triadic Colors of #d20eaa

#d20eaa #aad20e #0eaad2

Analogous Colors of #d20eaa

#d20eaa #d20e48 #980ed2

Monochromatic Colors of #d20eaa

#d20eaa

Complementary Color

#d20eaa #0ed236

#d20eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d20eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d20eaa Color CSS Codes

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

#d20eaa Text Font Color

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

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


#d20eaa Background Color

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

This div background color is #d20eaa


#d20eaa Border Color

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

This div border color is #d20eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,14,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d20eaa


Comments

No comments written yet.

Please login to write comment.