Color Hex Logo

#eb7acf Color Hex

#EB7ACF
(235,122,207)
0 Favorites   0 Comments

Color spaces of #eb7acf

RGB 235122207
HSL0.870.740.70
HSV315°48°92°
CMYK 0.000.480.12   0.08
XYZ52.483036.086263.2307
Yxy36.08620.34570.2377
Hunter Lab60.071850.8247-20.3575
CIE-Lab66.585754.2280-24.4710

#eb7acf color RGB value is (235,122,207).

#eb7acf hex color red value is 235, green value is 122 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #eb7acf hue: 0.87 , saturation: 0.74 and the lightness value of eb7acf is 0.70.

The process color (four color CMYK) of #eb7acf color hex is 0.00, 0.48, 0.12, 0.08. Web safe color of #eb7acf is #ff66cc. Color #eb7acf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111010 11001111
Octal 353 172 317
Decimal 235 122 207
Hex EB 7A CF

RGB Percentages of Color #eb7acf

%41.67
%21.63
%36.70

CMYK Percentages of Color #eb7acf

%0
%48
%12
%8

Triadic Colors of #eb7acf

#eb7acf #cfeb7a #7acfeb

Analogous Colors of #eb7acf

#eb7acf #eb7a97 #cf7aeb

Monochromatic Colors of #eb7acf

#eb7acf

Complementary Color

#eb7acf #7aeb96

#eb7acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7acf Color CSS Codes

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

#eb7acf Text Font Color

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

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


#eb7acf Background Color

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

This div background color is #eb7acf


#eb7acf Border Color

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

This div border color is #eb7acf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,122,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eb7acf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eb7acf;
  -webkit-box-shadow: 1px 1px 3px 2px #eb7acf;
  box-shadow:         1px 1px 3px 2px #eb7acf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,122,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7acf


Comments

No comments written yet.

Please login to write comment.