Color Hex Logo

#ea627b Color Hex

#EA627B
(234,98,123)
0 Favorites   0 Comments

Color spaces of #ea627b

RGB 23498123
HSL0.970.760.65
HSV349°58°92°
CMYK 0.000.580.47   0.08
XYZ41.874527.657921.8704
Yxy27.65790.45810.3026
Hunter Lab52.590850.093712.1572
CIE-Lab59.578454.689313.1792

#ea627b color RGB value is (234,98,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100010 01111011
Octal 352 142 173
Decimal 234 98 123
Hex EA 62 7B

RGB Percentages of Color #ea627b

%51.43
%21.54
%27.03

CMYK Percentages of Color #ea627b

%0
%58
%47
%8

Triadic Colors of #ea627b

#ea627b #7bea62 #627bea

Analogous Colors of #ea627b

#ea627b #ea8d62 #ea62bf

Monochromatic Colors of #ea627b

#ea627b

Complementary Color

#ea627b #62ead1

#ea627b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea627b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea627b Color CSS Codes

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

#ea627b Text Font Color

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

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


#ea627b Background Color

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

This div background color is #ea627b


#ea627b Border Color

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

This div border color is #ea627b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea627b

#ea627b Color Palettes


Comments

No comments written yet.

Please login to write comment.