Color Hex Logo

#ea768b Color Hex

#EA768B
(234,118,139)
0 Favorites   0 Comments

Color spaces of #ea768b

RGB 234118139
HSL0.970.730.69
HSV349°50°92°
CMYK 0.000.500.41   0.08
XYZ45.070332.313428.2877
Yxy32.31340.42650.3058
Hunter Lab56.844942.047810.2869
CIE-Lab63.601146.79279.6260

#ea768b color RGB value is (234,118,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110110 10001011
Octal 352 166 213
Decimal 234 118 139
Hex EA 76 8B

RGB Percentages of Color #ea768b

%47.66
%24.03
%28.31

CMYK Percentages of Color #ea768b

%0
%50
%41
%8

Triadic Colors of #ea768b

#ea768b #8bea76 #768bea

Analogous Colors of #ea768b

#ea768b #ea9b76 #ea76c5

Monochromatic Colors of #ea768b

#ea768b

Complementary Color

#ea768b #76ead5

#ea768b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea768b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea768b Color CSS Codes

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

#ea768b Text Font Color

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

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


#ea768b Background Color

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

This div background color is #ea768b


#ea768b Border Color

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

This div border color is #ea768b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea768b


Comments

No comments written yet.

Please login to write comment.