Color Hex Logo

#eb6797 Color Hex

#EB6797
(235,103,151)
0 Favorites   0 Comments

Color spaces of #eb6797

RGB 235103151
HSL0.940.770.66
HSV338°56°92°
CMYK 0.000.560.36   0.08
XYZ44.697129.597032.6352
Yxy29.59700.41800.2768
Hunter Lab54.403151.44852.5155
CIE-Lab61.304955.6106-0.5616

#eb6797 color RGB value is (235,103,151).

#eb6797 hex color red value is 235, green value is 103 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #eb6797 hue: 0.94 , saturation: 0.77 and the lightness value of eb6797 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100111 10010111
Octal 353 147 227
Decimal 235 103 151
Hex EB 67 97

RGB Percentages of Color #eb6797

%48.06
%21.06
%30.88

CMYK Percentages of Color #eb6797

%0
%56
%36
%8

Triadic Colors of #eb6797

#eb6797 #97eb67 #6797eb

Analogous Colors of #eb6797

#eb6797 #eb7967 #eb67d9

Monochromatic Colors of #eb6797

#eb6797

Complementary Color

#eb6797 #67ebbb

#eb6797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6797 Color CSS Codes

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

#eb6797 Text Font Color

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

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


#eb6797 Background Color

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

This div background color is #eb6797


#eb6797 Border Color

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

This div border color is #eb6797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6797


Comments

No comments written yet.

Please login to write comment.