Color Hex Logo

#ea20db Color Hex

#EA20DB
(234,32,219)
0 Favorites   0 Comments

Color spaces of #ea20db

RGB 23432219
HSL0.850.830.52
HSV304°86°92°
CMYK 0.000.860.06   0.08
XYZ47.234423.639969.0913
Yxy23.63990.33750.1689
Hunter Lab48.620988.3233-50.2177
CIE-Lab55.725486.8825-48.1993

#ea20db color RGB value is (234,32,219).

#ea20db hex color red value is 234, green value is 32 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ea20db hue: 0.85 , saturation: 0.83 and the lightness value of ea20db is 0.52.

The process color (four color CMYK) of #ea20db color hex is 0.00, 0.86, 0.06, 0.08. Web safe color of #ea20db is #ff33cc. Color #ea20db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100000 11011011
Octal 352 40 333
Decimal 234 32 219
Hex EA 20 DB

RGB Percentages of Color #ea20db

%48.25
%6.60
%45.15

CMYK Percentages of Color #ea20db

%0
%86
%6
%8

Triadic Colors of #ea20db

#ea20db #dbea20 #20dbea

Analogous Colors of #ea20db

#ea20db #ea2076 #9420ea

Monochromatic Colors of #ea20db

#ea20db

Complementary Color

#ea20db #20ea2f

#ea20db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea20db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea20db Color CSS Codes

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

#ea20db Text Font Color

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

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


#ea20db Background Color

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

This div background color is #ea20db


#ea20db Border Color

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

This div border color is #ea20db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,32,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea20db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea20db;
  -webkit-box-shadow: 1px 1px 3px 2px #ea20db;
  box-shadow:         1px 1px 3px 2px #ea20db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,32,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea20db


Comments

No comments written yet.

Please login to write comment.