Color Hex Logo

#ea28db Color Hex

#EA28DB
(234,40,219)
0 Favorites   0 Comments

Color spaces of #ea28db

RGB 23440219
HSL0.850.820.54
HSV305°83°92°
CMYK 0.000.830.06   0.08
XYZ47.476724.124569.1720
Yxy24.12450.33730.1714
Hunter Lab49.116786.5857-49.1176
CIE-Lab56.212285.4603-47.4268

#ea28db color RGB value is (234,40,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101000 11011011
Octal 352 50 333
Decimal 234 40 219
Hex EA 28 DB

RGB Percentages of Color #ea28db

%47.46
%8.11
%44.42

CMYK Percentages of Color #ea28db

%0
%83
%6
%8

Triadic Colors of #ea28db

#ea28db #dbea28 #28dbea

Analogous Colors of #ea28db

#ea28db #ea287a #9828ea

Monochromatic Colors of #ea28db

#ea28db

Complementary Color

#ea28db #28ea37

#ea28db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea28db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea28db Color CSS Codes

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

#ea28db Text Font Color

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

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


#ea28db Background Color

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

This div background color is #ea28db


#ea28db Border Color

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

This div border color is #ea28db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea28db


Comments

No comments written yet.

Please login to write comment.