Color Hex Logo

#ea758a Color Hex

#EA758A
(234,117,138)
0 Favorites   0 Comments

Color spaces of #ea758a

RGB 234117138
HSL0.970.740.69
HSV349°50°92°
CMYK 0.000.500.41   0.08
XYZ44.880432.050027.8656
Yxy32.05000.42830.3058
Hunter Lab56.612742.435710.4455
CIE-Lab63.384247.17919.8900

#ea758a color RGB value is (234,117,138).

#ea758a hex color red value is 234, green value is 117 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ea758a hue: 0.97 , saturation: 0.74 and the lightness value of ea758a is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110101 10001010
Octal 352 165 212
Decimal 234 117 138
Hex EA 75 8A

RGB Percentages of Color #ea758a

%47.85
%23.93
%28.22

CMYK Percentages of Color #ea758a

%0
%50
%41
%8

Triadic Colors of #ea758a

#ea758a #8aea75 #758aea

Analogous Colors of #ea758a

#ea758a #ea9b75 #ea75c5

Monochromatic Colors of #ea758a

#ea758a

Complementary Color

#ea758a #75ead5

#ea758a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea758a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea758a Color CSS Codes

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

#ea758a Text Font Color

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

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


#ea758a Background Color

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

This div background color is #ea758a


#ea758a Border Color

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

This div border color is #ea758a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea758a


Comments

No comments written yet.

Please login to write comment.