Color Hex Logo

#eb77fe Color Hex

#EB77FE
(235,119,254)
0 Favorites   0 Comments

Color spaces of #eb77fe

RGB 235119254
HSL0.810.990.73
HSV292°53°100°
CMYK 0.070.530.00   0.00
XYZ58.747238.011698.0066
Yxy38.01160.30160.1952
Hunter Lab61.653562.1918-51.0919
CIE-Lab68.029263.7171-48.2278

#eb77fe color RGB value is (235,119,254).

#eb77fe hex color red value is 235, green value is 119 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eb77fe hue: 0.81 , saturation: 0.99 and the lightness value of eb77fe is 0.73.

The process color (four color CMYK) of #eb77fe color hex is 0.07, 0.53, 0.00, 0.00. Web safe color of #eb77fe is #ff66ff. Color #eb77fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110111 11111110
Octal 353 167 376
Decimal 235 119 254
Hex EB 77 FE

RGB Percentages of Color #eb77fe

%38.65
%19.57
%41.78

CMYK Percentages of Color #eb77fe

%7
%53
%0
%0

Triadic Colors of #eb77fe

#eb77fe #feeb77 #77feeb

Analogous Colors of #eb77fe

#eb77fe #fe77ce #a877fe

Monochromatic Colors of #eb77fe

#eb77fe

Complementary Color

#eb77fe #8afe77

#eb77fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb77fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb77fe Color CSS Codes

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

#eb77fe Text Font Color

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

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


#eb77fe Background Color

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

This div background color is #eb77fe


#eb77fe Border Color

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

This div border color is #eb77fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb77fe

Related Colors


Comments

No comments written yet.

Please login to write comment.