Color Hex Logo

#ea308b Color Hex

#EA308B
(234,48,139)
0 Favorites   0 Comments

Color spaces of #ea308b

RGB 23448139
HSL0.920.820.55
HSV331°79°92°
CMYK 0.000.790.41   0.08
XYZ39.648821.470426.4806
Yxy21.47040.45260.2451
Hunter Lab46.336271.6501-1.4483
CIE-Lab53.460574.1958-5.0801

#ea308b color RGB value is (234,48,139).

#ea308b hex color red value is 234, green value is 48 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ea308b hue: 0.92 , saturation: 0.82 and the lightness value of ea308b is 0.55.

The process color (four color CMYK) of #ea308b color hex is 0.00, 0.79, 0.41, 0.08. Web safe color of #ea308b is #ff3399. Color #ea308b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110000 10001011
Octal 352 60 213
Decimal 234 48 139
Hex EA 30 8B

RGB Percentages of Color #ea308b

%55.58
%11.40
%33.02

CMYK Percentages of Color #ea308b

%0
%79
%41
%8

Triadic Colors of #ea308b

#ea308b #8bea30 #308bea

Analogous Colors of #ea308b

#ea308b #ea3230 #ea30e8

Monochromatic Colors of #ea308b

#ea308b

Complementary Color

#ea308b #30ea8f

#ea308b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea308b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea308b Color CSS Codes

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

#ea308b Text Font Color

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

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


#ea308b Background Color

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

This div background color is #ea308b


#ea308b Border Color

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

This div border color is #ea308b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea308b


Comments

No comments written yet.

Please login to write comment.