Color Hex Logo

#d20ebd Color Hex

#D20EBD
(210,14,189)
0 Favorites   0 Comments

Color spaces of #d20ebd

RGB 21014189
HSL0.850.880.44
HSV306°93°82°
CMYK 0.000.930.10   0.18
XYZ35.920717.689849.6654
Yxy17.68980.34780.1713
Hunter Lab42.059278.8443-40.5708
CIE-Lab49.117780.8180-41.6834

#d20ebd color RGB value is (210,14,189).

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

The process color (four color CMYK) of #d20ebd color hex is 0.00, 0.93, 0.10, 0.18. Web safe color of #d20ebd is #cc00cc. Color #d20ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00001110 10111101
Octal 322 16 275
Decimal 210 14 189
Hex D2 E BD

RGB Percentages of Color #d20ebd

%50.85
%3.39
%45.76

CMYK Percentages of Color #d20ebd

%0
%93
%10
%18

Triadic Colors of #d20ebd

#d20ebd #bdd20e #0ebdd2

Analogous Colors of #d20ebd

#d20ebd #d20e5b #850ed2

Monochromatic Colors of #d20ebd

#d20ebd

Complementary Color

#d20ebd #0ed223

#d20ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d20ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d20ebd Color CSS Codes

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

#d20ebd Text Font Color

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

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


#d20ebd Background Color

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

This div background color is #d20ebd


#d20ebd Border Color

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

This div border color is #d20ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d20ebd


Comments

No comments written yet.

Please login to write comment.