Color Hex Logo

#ea7ebf Color Hex

#EA7EBF
(234,126,191)
0 Favorites   0 Comments

Color spaces of #ea7ebf

RGB 234126191
HSL0.900.720.71
HSV324°46°92°
CMYK 0.000.460.18   0.08
XYZ50.796536.175753.5956
Yxy36.17570.36140.2574
Hunter Lab60.146245.4962-10.7302
CIE-Lab66.654049.4922-15.4068

#ea7ebf color RGB value is (234,126,191).

#ea7ebf hex color red value is 234, green value is 126 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ea7ebf hue: 0.90 , saturation: 0.72 and the lightness value of ea7ebf is 0.71.

The process color (four color CMYK) of #ea7ebf color hex is 0.00, 0.46, 0.18, 0.08. Web safe color of #ea7ebf is #ff66cc. Color #ea7ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111110 10111111
Octal 352 176 277
Decimal 234 126 191
Hex EA 7E BF

RGB Percentages of Color #ea7ebf

%42.47
%22.87
%34.66

CMYK Percentages of Color #ea7ebf

%0
%46
%18
%8

Triadic Colors of #ea7ebf

#ea7ebf #bfea7e #7ebfea

Analogous Colors of #ea7ebf

#ea7ebf #ea7e89 #df7eea

Monochromatic Colors of #ea7ebf

#ea7ebf

Complementary Color

#ea7ebf #7eeaa9

#ea7ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7ebf Color CSS Codes

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

#ea7ebf Text Font Color

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

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


#ea7ebf Background Color

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

This div background color is #ea7ebf


#ea7ebf Border Color

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

This div border color is #ea7ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7ebf


Comments

No comments written yet.

Please login to write comment.