Color Hex Logo

#ea03db Color Hex

#EA03DB
(234,3,219)
0 Favorites   0 Comments

Color spaces of #ea03db

RGB 2343219
HSL0.840.970.46
HSV304°99°92°
CMYK 0.000.990.06   0.08
XYZ46.750422.672068.9299
Yxy22.67200.33790.1639
Hunter Lab47.615191.9318-52.5004
CIE-Lab54.732989.8035-49.7767

#ea03db color RGB value is (234,3,219).

#ea03db hex color red value is 234, green value is 3 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ea03db hue: 0.84 , saturation: 0.97 and the lightness value of ea03db is 0.46.

The process color (four color CMYK) of #ea03db color hex is 0.00, 0.99, 0.06, 0.08. Web safe color of #ea03db is #ff00cc. Color #ea03db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000011 11011011
Octal 352 3 333
Decimal 234 3 219
Hex EA 3 DB

RGB Percentages of Color #ea03db

%51.32
%0.66
%48.03

CMYK Percentages of Color #ea03db

%0
%99
%6
%8

Triadic Colors of #ea03db

#ea03db #dbea03 #03dbea

Analogous Colors of #ea03db

#ea03db #ea0368 #8603ea

Monochromatic Colors of #ea03db

#ea03db

Complementary Color

#ea03db #03ea12

#ea03db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea03db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea03db Color CSS Codes

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

#ea03db Text Font Color

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

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


#ea03db Background Color

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

This div background color is #ea03db


#ea03db Border Color

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

This div border color is #ea03db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea03db


Comments

No comments written yet.

Please login to write comment.