Color Hex Logo

#ea626f Color Hex

#EA626F
(234,98,111)
0 Favorites   0 Comments

Color spaces of #ea626f

RGB 23498111
HSL0.980.760.65
HSV354°58°92°
CMYK 0.000.580.53   0.08
XYZ41.168627.375518.1531
Yxy27.37550.47490.3158
Hunter Lab52.321648.887716.0543
CIE-Lab59.320353.651919.7863

#ea626f color RGB value is (234,98,111).

#ea626f hex color red value is 234, green value is 98 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ea626f hue: 0.98 , saturation: 0.76 and the lightness value of ea626f is 0.65.

The process color (four color CMYK) of #ea626f color hex is 0.00, 0.58, 0.53, 0.08. Web safe color of #ea626f is #ff6666. Color #ea626f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100010 01101111
Octal 352 142 157
Decimal 234 98 111
Hex EA 62 6F

RGB Percentages of Color #ea626f

%52.82
%22.12
%25.06

CMYK Percentages of Color #ea626f

%0
%58
%53
%8

Triadic Colors of #ea626f

#ea626f #6fea62 #626fea

Analogous Colors of #ea626f

#ea626f #ea9962 #ea62b3

Monochromatic Colors of #ea626f

#ea626f

Complementary Color

#ea626f #62eadd

#ea626f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea626f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea626f Color CSS Codes

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

#ea626f Text Font Color

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

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


#ea626f Background Color

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

This div background color is #ea626f


#ea626f Border Color

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

This div border color is #ea626f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea626f


Comments

No comments written yet.

Please login to write comment.