Color Hex Logo

#ea3376 Color Hex

#EA3376
(234,51,118)
0 Favorites   0 Comments

Color spaces of #ea3376

RGB 23451118
HSL0.940.810.56
HSV338°78°92°
CMYK 0.000.780.50   0.08
XYZ38.385521.168119.2022
Yxy21.16810.48740.2688
Hunter Lab46.008868.40857.4609
CIE-Lab53.133071.59687.0376

#ea3376 color RGB value is (234,51,118).

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

The process color (four color CMYK) of #ea3376 color hex is 0.00, 0.78, 0.50, 0.08. Web safe color of #ea3376 is #ff3366. Color #ea3376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110011 01110110
Octal 352 63 166
Decimal 234 51 118
Hex EA 33 76

RGB Percentages of Color #ea3376

%58.06
%12.66
%29.28

CMYK Percentages of Color #ea3376

%0
%78
%50
%8

Triadic Colors of #ea3376

#ea3376 #76ea33 #3376ea

Analogous Colors of #ea3376

#ea3376 #ea4c33 #ea33d2

Monochromatic Colors of #ea3376

#ea3376

Complementary Color

#ea3376 #33eaa7

#ea3376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3376 Color CSS Codes

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

#ea3376 Text Font Color

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

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


#ea3376 Background Color

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

This div background color is #ea3376


#ea3376 Border Color

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

This div border color is #ea3376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3376


Comments

No comments written yet.

Please login to write comment.