Color Hex Logo

#ea338b Color Hex

#EA338B
(234,51,139)
0 Favorites   0 Comments

Color spaces of #ea338b

RGB 23451139
HSL0.920.810.56
HSV331°78°92°
CMYK 0.000.780.41   0.08
XYZ39.775721.724226.5229
Yxy21.72420.45190.2468
Hunter Lab46.609270.7634-1.1124
CIE-Lab53.733173.4188-4.6765

#ea338b color RGB value is (234,51,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110011 10001011
Octal 352 63 213
Decimal 234 51 139
Hex EA 33 8B

RGB Percentages of Color #ea338b

%55.19
%12.03
%32.78

CMYK Percentages of Color #ea338b

%0
%78
%41
%8

Triadic Colors of #ea338b

#ea338b #8bea33 #338bea

Analogous Colors of #ea338b

#ea338b #ea3733 #ea33e7

Monochromatic Colors of #ea338b

#ea338b

Complementary Color

#ea338b #33ea92

#ea338b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea338b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea338b Color CSS Codes

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

#ea338b Text Font Color

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

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


#ea338b Background Color

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

This div background color is #ea338b


#ea338b Border Color

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

This div border color is #ea338b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea338b


Comments

No comments written yet.

Please login to write comment.