Color Hex Logo

#ea37db Color Hex

#EA37DB
(234,55,219)
0 Favorites   0 Comments

Color spaces of #ea37db

RGB 23455219
HSL0.850.810.57
HSV305°76°92°
CMYK 0.000.760.06   0.08
XYZ48.084125.339369.3745
Yxy25.33930.33670.1774
Hunter Lab50.338282.4153-46.4749
CIE-Lab57.404582.0058-45.5388

#ea37db color RGB value is (234,55,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110111 11011011
Octal 352 67 333
Decimal 234 55 219
Hex EA 37 DB

RGB Percentages of Color #ea37db

%46.06
%10.83
%43.11

CMYK Percentages of Color #ea37db

%0
%76
%6
%8

Triadic Colors of #ea37db

#ea37db #dbea37 #37dbea

Analogous Colors of #ea37db

#ea37db #ea3782 #a037ea

Monochromatic Colors of #ea37db

#ea37db

Complementary Color

#ea37db #37ea46

#ea37db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea37db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea37db Color CSS Codes

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

#ea37db Text Font Color

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

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


#ea37db Background Color

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

This div background color is #ea37db


#ea37db Border Color

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

This div border color is #ea37db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,55,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 #ea37db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea37db


Comments

No comments written yet.

Please login to write comment.