Color Hex Logo

#ea0bad Color Hex

#EA0BAD
(234,11,173)
0 Favorites   0 Comments

Color spaces of #ea0bad

RGB 23411173
HSL0.880.910.48
HSV316°95°92°
CMYK 0.000.950.26   0.08
XYZ41.594220.748941.3478
Yxy20.74890.40110.2001
Hunter Lab45.551083.2805-21.9334
CIE-Lab52.673683.6007-26.4280

#ea0bad color RGB value is (234,11,173).

#ea0bad hex color red value is 234, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ea0bad hue: 0.88 , saturation: 0.91 and the lightness value of ea0bad is 0.48.

The process color (four color CMYK) of #ea0bad color hex is 0.00, 0.95, 0.26, 0.08. Web safe color of #ea0bad is #ff0099. Color #ea0bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001011 10101101
Octal 352 13 255
Decimal 234 11 173
Hex EA B AD

RGB Percentages of Color #ea0bad

%55.98
%2.63
%41.39

CMYK Percentages of Color #ea0bad

%0
%95
%26
%8

Triadic Colors of #ea0bad

#ea0bad #adea0b #0badea

Analogous Colors of #ea0bad

#ea0bad #ea0b3e #b80bea

Monochromatic Colors of #ea0bad

#ea0bad

Complementary Color

#ea0bad #0bea48

#ea0bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea0bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea0bad Color CSS Codes

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

#ea0bad Text Font Color

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

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


#ea0bad Background Color

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

This div background color is #ea0bad


#ea0bad Border Color

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

This div border color is #ea0bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,11,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea0bad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea0bad


Comments

No comments written yet.

Please login to write comment.