Color Hex Logo

#ea767f Color Hex

#EA767F
(234,118,127)
0 Favorites   0 Comments

Color spaces of #ea767f

RGB 234118127
HSL0.990.730.69
HSV355°50°92°
CMYK 0.000.500.46   0.08
XYZ44.240931.981623.9200
Yxy31.98160.44180.3194
Hunter Lab56.552340.674214.5086
CIE-Lab63.327745.564616.0932

#ea767f color RGB value is (234,118,127).

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

The process color (four color CMYK) of #ea767f color hex is 0.00, 0.50, 0.46, 0.08. Web safe color of #ea767f is #ff6666. Color #ea767f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110110 01111111
Octal 352 166 177
Decimal 234 118 127
Hex EA 76 7F

RGB Percentages of Color #ea767f

%48.85
%24.63
%26.51

CMYK Percentages of Color #ea767f

%0
%50
%46
%8

Triadic Colors of #ea767f

#ea767f #7fea76 #767fea

Analogous Colors of #ea767f

#ea767f #eaa776 #ea76b9

Monochromatic Colors of #ea767f

#ea767f

Complementary Color

#ea767f #76eae1

#ea767f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea767f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea767f Color CSS Codes

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

#ea767f Text Font Color

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

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


#ea767f Background Color

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

This div background color is #ea767f


#ea767f Border Color

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

This div border color is #ea767f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea767f


Comments

No comments written yet.

Please login to write comment.