Color Hex Logo

#eb80c7 Color Hex

#EB80C7
(235,128,199)
0 Favorites   0 Comments

Color spaces of #eb80c7

RGB 235128199
HSL0.890.730.71
HSV320°46°92°
CMYK 0.000.460.15   0.08
XYZ52.288937.224058.4619
Yxy37.22400.35340.2516
Hunter Lab61.011546.2105-14.1043
CIE-Lab67.444750.0191-18.6850

#eb80c7 color RGB value is (235,128,199).

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

The process color (four color CMYK) of #eb80c7 color hex is 0.00, 0.46, 0.15, 0.08. Web safe color of #eb80c7 is #ff99cc. Color #eb80c7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000000 11000111
Octal 353 200 307
Decimal 235 128 199
Hex EB 80 C7

RGB Percentages of Color #eb80c7

%41.81
%22.78
%35.41

CMYK Percentages of Color #eb80c7

%0
%46
%15
%8

Triadic Colors of #eb80c7

#eb80c7 #c7eb80 #80c7eb

Analogous Colors of #eb80c7

#eb80c7 #eb8092 #da80eb

Monochromatic Colors of #eb80c7

#eb80c7

Complementary Color

#eb80c7 #80eba4

#eb80c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb80c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb80c7 Color CSS Codes

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

#eb80c7 Text Font Color

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

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


#eb80c7 Background Color

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

This div background color is #eb80c7


#eb80c7 Border Color

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

This div border color is #eb80c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb80c7


Comments

No comments written yet.

Please login to write comment.