Color Hex Logo

#ea27db Color Hex

#EA27DB
(234,39,219)
0 Favorites   0 Comments

Color spaces of #ea27db

RGB 23439219
HSL0.850.820.54
HSV305°83°92°
CMYK 0.000.830.06   0.08
XYZ47.443424.057969.1609
Yxy24.05790.33730.1710
Hunter Lab49.048986.8219-49.2671
CIE-Lab56.145785.6543-47.5323

#ea27db color RGB value is (234,39,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100111 11011011
Octal 352 47 333
Decimal 234 39 219
Hex EA 27 DB

RGB Percentages of Color #ea27db

%47.56
%7.93
%44.51

CMYK Percentages of Color #ea27db

%0
%83
%6
%8

Triadic Colors of #ea27db

#ea27db #dbea27 #27dbea

Analogous Colors of #ea27db

#ea27db #ea277a #9827ea

Monochromatic Colors of #ea27db

#ea27db

Complementary Color

#ea27db #27ea36

#ea27db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea27db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea27db Color CSS Codes

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

#ea27db Text Font Color

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

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


#ea27db Background Color

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

This div background color is #ea27db


#ea27db Border Color

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

This div border color is #ea27db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea27db


Comments

No comments written yet.

Please login to write comment.