Color Hex Logo

#ea23db Color Hex

#EA23DB
(234,35,219)
0 Favorites   0 Comments

Color spaces of #ea23db

RGB 23435219
HSL0.850.830.53
HSV305°85°92°
CMYK 0.000.850.06   0.08
XYZ47.318923.809069.1194
Yxy23.80900.33740.1698
Hunter Lab48.794587.7118-49.8306
CIE-Lab55.896186.3832-47.9284

#ea23db color RGB value is (234,35,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100011 11011011
Octal 352 43 333
Decimal 234 35 219
Hex EA 23 DB

RGB Percentages of Color #ea23db

%47.95
%7.17
%44.88

CMYK Percentages of Color #ea23db

%0
%85
%6
%8

Triadic Colors of #ea23db

#ea23db #dbea23 #23dbea

Analogous Colors of #ea23db

#ea23db #ea2378 #9623ea

Monochromatic Colors of #ea23db

#ea23db

Complementary Color

#ea23db #23ea32

#ea23db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea23db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea23db Color CSS Codes

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

#ea23db Text Font Color

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

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


#ea23db Background Color

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

This div background color is #ea23db


#ea23db Border Color

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

This div border color is #ea23db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea23db


Comments

No comments written yet.

Please login to write comment.