Color Hex Logo

#d20eba Color Hex

#D20EBA
(210,14,186)
0 Favorites   0 Comments

Color spaces of #d20eba

RGB 21014186
HSL0.850.880.44
HSV307°93°82°
CMYK 0.000.930.11   0.18
XYZ35.598317.560947.9677
Yxy17.56090.35200.1737
Hunter Lab41.905778.2981-38.5327
CIE-Lab48.959180.4166-40.1822

#d20eba color RGB value is (210,14,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00001110 10111010
Octal 322 16 272
Decimal 210 14 186
Hex D2 E BA

RGB Percentages of Color #d20eba

%51.22
%3.41
%45.37

CMYK Percentages of Color #d20eba

%0
%93
%11
%18

Triadic Colors of #d20eba

#d20eba #bad20e #0ebad2

Analogous Colors of #d20eba

#d20eba #d20e58 #880ed2

Monochromatic Colors of #d20eba

#d20eba

Complementary Color

#d20eba #0ed226

#d20eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d20eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d20eba Color CSS Codes

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

#d20eba Text Font Color

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

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


#d20eba Background Color

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

This div background color is #d20eba


#d20eba Border Color

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

This div border color is #d20eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d20eba


Comments

No comments written yet.

Please login to write comment.