Color Hex Logo

#eb769d Color Hex

#EB769D
(235,118,157)
1 Favorites   0 Comments

Color spaces of #eb769d

RGB 235118157
HSL0.940.750.69
HSV340°50°92°
CMYK 0.000.500.33   0.08
XYZ46.825233.053435.8103
Yxy33.05340.40480.2857
Hunter Lab57.492144.77063.3143
CIE-Lab64.204149.18950.2299

#eb769d color RGB value is (235,118,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110110 10011101
Octal 353 166 235
Decimal 235 118 157
Hex EB 76 9D

RGB Percentages of Color #eb769d

%46.08
%23.14
%30.78

CMYK Percentages of Color #eb769d

%0
%50
%33
%8

Triadic Colors of #eb769d

#eb769d #9deb76 #769deb

Analogous Colors of #eb769d

#eb769d #eb8a76 #eb76d8

Monochromatic Colors of #eb769d

#eb769d

Complementary Color

#eb769d #76ebc4

#eb769d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb769d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb769d Color CSS Codes

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

#eb769d Text Font Color

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

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


#eb769d Background Color

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

This div background color is #eb769d


#eb769d Border Color

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

This div border color is #eb769d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb769d


Comments

No comments written yet.

Please login to write comment.