Color Hex Logo

#eb77ba Color Hex

#EB77BA
(235,119,186)
0 Favorites   0 Comments

Color spaces of #eb77ba

RGB 235119186
HSL0.900.740.69
HSV325°49°92°
CMYK 0.000.490.21   0.08
XYZ49.720734.401050.4739
Yxy34.40100.36940.2556
Hunter Lab58.652448.6761-9.9660
CIE-Lab65.279652.5311-14.6489

#eb77ba color RGB value is (235,119,186).

#eb77ba hex color red value is 235, green value is 119 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eb77ba hue: 0.90 , saturation: 0.74 and the lightness value of eb77ba is 0.69.

The process color (four color CMYK) of #eb77ba color hex is 0.00, 0.49, 0.21, 0.08. Web safe color of #eb77ba is #ff66cc. Color #eb77ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110111 10111010
Octal 353 167 272
Decimal 235 119 186
Hex EB 77 BA

RGB Percentages of Color #eb77ba

%43.52
%22.04
%34.44

CMYK Percentages of Color #eb77ba

%0
%49
%21
%8

Triadic Colors of #eb77ba

#eb77ba #baeb77 #77baeb

Analogous Colors of #eb77ba

#eb77ba #eb7780 #e277eb

Monochromatic Colors of #eb77ba

#eb77ba

Complementary Color

#eb77ba #77eba8

#eb77ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb77ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb77ba Color CSS Codes

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

#eb77ba Text Font Color

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

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


#eb77ba Background Color

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

This div background color is #eb77ba


#eb77ba Border Color

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

This div border color is #eb77ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb77ba


Comments

No comments written yet.

Please login to write comment.