Color Hex Logo

#ea628b Color Hex

#EA628B
(234,98,139)
0 Favorites   0 Comments

Color spaces of #ea628b

RGB 23498139
HSL0.950.760.65
HSV342°58°92°
CMYK 0.000.580.41   0.08
XYZ42.959628.091927.5842
Yxy28.09190.43550.2848
Hunter Lab53.001851.92676.2444
CIE-Lab59.971756.25254.4353

#ea628b color RGB value is (234,98,139).

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

The process color (four color CMYK) of #ea628b color hex is 0.00, 0.58, 0.41, 0.08. Web safe color of #ea628b is #ff6699. Color #ea628b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100010 10001011
Octal 352 142 213
Decimal 234 98 139
Hex EA 62 8B

RGB Percentages of Color #ea628b

%49.68
%20.81
%29.51

CMYK Percentages of Color #ea628b

%0
%58
%41
%8

Triadic Colors of #ea628b

#ea628b #8bea62 #628bea

Analogous Colors of #ea628b

#ea628b #ea7d62 #ea62cf

Monochromatic Colors of #ea628b

#ea628b

Complementary Color

#ea628b #62eac1

#ea628b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea628b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea628b Color CSS Codes

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

#ea628b Text Font Color

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

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


#ea628b Background Color

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

This div background color is #ea628b


#ea628b Border Color

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

This div border color is #ea628b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea628b


Comments

No comments written yet.

Please login to write comment.