Color Hex Logo

#eb769a Color Hex

#EB769A
(235,118,154)
0 Favorites   0 Comments

Color spaces of #eb769a

RGB 235118154
HSL0.950.750.69
HSV342°50°92°
CMYK 0.000.500.34   0.08
XYZ46.572132.952134.4776
Yxy32.95210.40850.2890
Hunter Lab57.403944.36114.5723
CIE-Lab64.122148.83021.8228

#eb769a color RGB value is (235,118,154).

#eb769a hex color red value is 235, green value is 118 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #eb769a hue: 0.95 , saturation: 0.75 and the lightness value of eb769a is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110110 10011010
Octal 353 166 232
Decimal 235 118 154
Hex EB 76 9A

RGB Percentages of Color #eb769a

%46.35
%23.27
%30.37

CMYK Percentages of Color #eb769a

%0
%50
%34
%8

Triadic Colors of #eb769a

#eb769a #9aeb76 #769aeb

Analogous Colors of #eb769a

#eb769a #eb8d76 #eb76d5

Monochromatic Colors of #eb769a

#eb769a

Complementary Color

#eb769a #76ebc7

#eb769a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb769a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb769a Color CSS Codes

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

#eb769a Text Font Color

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

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


#eb769a Background Color

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

This div background color is #eb769a


#eb769a Border Color

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

This div border color is #eb769a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb769a


Comments

No comments written yet.

Please login to write comment.