Color Hex Logo

#eb7fae Color Hex

#EB7FAE
(235,127,174)
0 Favorites   0 Comments

Color spaces of #eb7fae

RGB 235127174
HSL0.930.730.71
HSV334°46°92°
CMYK 0.000.460.26   0.08
XYZ49.490335.896944.3648
Yxy35.89690.38140.2767
Hunter Lab59.914042.5954-1.9629
CIE-Lab66.441146.9016-6.1312

#eb7fae color RGB value is (235,127,174).

#eb7fae hex color red value is 235, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eb7fae hue: 0.93 , saturation: 0.73 and the lightness value of eb7fae is 0.71.

The process color (four color CMYK) of #eb7fae color hex is 0.00, 0.46, 0.26, 0.08. Web safe color of #eb7fae is #ff6699. Color #eb7fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111111 10101110
Octal 353 177 256
Decimal 235 127 174
Hex EB 7F AE

RGB Percentages of Color #eb7fae

%43.84
%23.69
%32.46

CMYK Percentages of Color #eb7fae

%0
%46
%26
%8

Triadic Colors of #eb7fae

#eb7fae #aeeb7f #7faeeb

Analogous Colors of #eb7fae

#eb7fae #eb867f #eb7fe4

Monochromatic Colors of #eb7fae

#eb7fae

Complementary Color

#eb7fae #7febbc

#eb7fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7fae Color CSS Codes

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

#eb7fae Text Font Color

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

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


#eb7fae Background Color

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

This div background color is #eb7fae


#eb7fae Border Color

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

This div border color is #eb7fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7fae


Comments

No comments written yet.

Please login to write comment.