Color Hex Logo

#ea3a68 Color Hex

#EA3A68
(234,58,104)
0 Favorites   0 Comments

Color spaces of #ea3a68

RGB 23458104
HSL0.960.810.57
HSV344°75°92°
CMYK 0.000.750.56   0.08
XYZ37.943421.518015.2503
Yxy21.51800.50790.2880
Hunter Lab46.387564.828812.9791
CIE-Lab53.511868.539615.9829

#ea3a68 color RGB value is (234,58,104).

#ea3a68 hex color red value is 234, green value is 58 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ea3a68 hue: 0.96 , saturation: 0.81 and the lightness value of ea3a68 is 0.57.

The process color (four color CMYK) of #ea3a68 color hex is 0.00, 0.75, 0.56, 0.08. Web safe color of #ea3a68 is #ff3366. Color #ea3a68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111010 01101000
Octal 352 72 150
Decimal 234 58 104
Hex EA 3A 68

RGB Percentages of Color #ea3a68

%59.09
%14.65
%26.26

CMYK Percentages of Color #ea3a68

%0
%75
%56
%8

Triadic Colors of #ea3a68

#ea3a68 #68ea3a #3a68ea

Analogous Colors of #ea3a68

#ea3a68 #ea643a #ea3ac0

Monochromatic Colors of #ea3a68

#ea3a68

Complementary Color

#ea3a68 #3aeabc

#ea3a68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3a68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3a68 Color CSS Codes

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

#ea3a68 Text Font Color

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

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


#ea3a68 Background Color

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

This div background color is #ea3a68


#ea3a68 Border Color

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

This div border color is #ea3a68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3a68


Comments

No comments written yet.

Please login to write comment.