Color Hex Logo

#ea31db Color Hex

#EA31DB
(234,49,219)
0 Favorites   0 Comments

Color spaces of #ea31db

RGB 23449219
HSL0.850.810.55
HSV305°79°92°
CMYK 0.000.790.06   0.08
XYZ47.816224.803569.2852
Yxy24.80350.33700.1748
Hunter Lab49.803184.2232-47.6210
CIE-Lab56.883583.5105-46.3633

#ea31db color RGB value is (234,49,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110001 11011011
Octal 352 61 333
Decimal 234 49 219
Hex EA 31 DB

RGB Percentages of Color #ea31db

%46.61
%9.76
%43.63

CMYK Percentages of Color #ea31db

%0
%79
%6
%8

Triadic Colors of #ea31db

#ea31db #dbea31 #31dbea

Analogous Colors of #ea31db

#ea31db #ea317f #9d31ea

Monochromatic Colors of #ea31db

#ea31db

Complementary Color

#ea31db #31ea40

#ea31db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea31db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea31db Color CSS Codes

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

#ea31db Text Font Color

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

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


#ea31db Background Color

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

This div background color is #ea31db


#ea31db Border Color

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

This div border color is #ea31db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea31db


Comments

No comments written yet.

Please login to write comment.