Color Hex Logo

#eb97eb Color Hex

#EB97EB
(235,151,235)
0 Favorites   0 Comments

Color spaces of #eb97eb

RGB 235151235
HSL0.830.680.76
HSV300°36°92°
CMYK 0.000.360.00   0.08
XYZ60.323045.793584.2569
Yxy45.79350.31690.2405
Hunter Lab67.670940.6939-26.4522
CIE-Lab73.411344.2926-29.4591

#eb97eb color RGB value is (235,151,235).

#eb97eb hex color red value is 235, green value is 151 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eb97eb hue: 0.83 , saturation: 0.68 and the lightness value of eb97eb is 0.76.

The process color (four color CMYK) of #eb97eb color hex is 0.00, 0.36, 0.00, 0.08. Web safe color of #eb97eb is #ff99ff. Color #eb97eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010111 11101011
Octal 353 227 353
Decimal 235 151 235
Hex EB 97 EB

RGB Percentages of Color #eb97eb

%37.84
%24.32
%37.84

CMYK Percentages of Color #eb97eb

%0
%36
%0
%8

Triadic Colors of #eb97eb

#eb97eb #ebeb97 #97ebeb

Analogous Colors of #eb97eb

#eb97eb #eb97c1 #c197eb

Monochromatic Colors of #eb97eb

#eb97eb

Complementary Color

#eb97eb #97eb97

#eb97eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb97eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb97eb Color CSS Codes

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

#eb97eb Text Font Color

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

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


#eb97eb Background Color

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

This div background color is #eb97eb


#eb97eb Border Color

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

This div border color is #eb97eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb97eb


Comments

No comments written yet.

Please login to write comment.