Color Hex Logo

#d20eaf Color Hex

#D20EAF
(210,14,175)
0 Favorites   0 Comments

Color spaces of #d20eaf

RGB 21014175
HSL0.860.880.44
HSV311°93°82°
CMYK 0.000.930.17   0.18
XYZ34.473217.110942.0432
Yxy17.11090.36820.1828
Hunter Lab41.365376.3697-31.3059
CIE-Lab48.399578.9912-34.6046

#d20eaf color RGB value is (210,14,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00001110 10101111
Octal 322 16 257
Decimal 210 14 175
Hex D2 E AF

RGB Percentages of Color #d20eaf

%52.63
%3.51
%43.86

CMYK Percentages of Color #d20eaf

%0
%93
%17
%18

Triadic Colors of #d20eaf

#d20eaf #afd20e #0eafd2

Analogous Colors of #d20eaf

#d20eaf #d20e4d #930ed2

Monochromatic Colors of #d20eaf

#d20eaf

Complementary Color

#d20eaf #0ed231

#d20eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d20eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d20eaf Color CSS Codes

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

#d20eaf Text Font Color

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

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


#d20eaf Background Color

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

This div background color is #d20eaf


#d20eaf Border Color

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

This div border color is #d20eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d20eaf


Comments

No comments written yet.

Please login to write comment.