Color Hex Logo

#eb1497 Color Hex

#EB1497
(235,20,151)
0 Favorites   0 Comments

Color spaces of #eb1497

RGB 23520151
HSL0.900.840.50
HSV323°91°92°
CMYK 0.000.910.36   0.08
XYZ40.097020.396831.1018
Yxy20.39680.43780.2227
Hunter Lab45.162879.4431-9.2166
CIE-Lab52.282980.6742-13.9868

#eb1497 color RGB value is (235,20,151).

#eb1497 hex color red value is 235, green value is 20 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #eb1497 hue: 0.90 , saturation: 0.84 and the lightness value of eb1497 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010100 10010111
Octal 353 24 227
Decimal 235 20 151
Hex EB 14 97

RGB Percentages of Color #eb1497

%57.88
%4.93
%37.19

CMYK Percentages of Color #eb1497

%0
%91
%36
%8

Triadic Colors of #eb1497

#eb1497 #97eb14 #1497eb

Analogous Colors of #eb1497

#eb1497 #eb142c #d414eb

Monochromatic Colors of #eb1497

#eb1497

Complementary Color

#eb1497 #14eb68

#eb1497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1497 Color CSS Codes

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

#eb1497 Text Font Color

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

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


#eb1497 Background Color

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

This div background color is #eb1497


#eb1497 Border Color

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

This div border color is #eb1497


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,20,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 #eb1497">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1497


Comments

No comments written yet.

Please login to write comment.