Color Hex Logo

#eb1791 Color Hex

#EB1791
(235,23,145)
0 Favorites   0 Comments

Color spaces of #eb1791

RGB 23523145
HSL0.900.840.51
HSV325°90°92°
CMYK 0.000.900.38   0.08
XYZ39.678220.319328.6188
Yxy20.31930.44780.2293
Hunter Lab45.076978.2369-6.0886
CIE-Lab52.196379.7373-10.5333

#eb1791 color RGB value is (235,23,145).

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

The process color (four color CMYK) of #eb1791 color hex is 0.00, 0.90, 0.38, 0.08. Web safe color of #eb1791 is #ff0099. Color #eb1791 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010111 10010001
Octal 353 27 221
Decimal 235 23 145
Hex EB 17 91

RGB Percentages of Color #eb1791

%58.31
%5.71
%35.98

CMYK Percentages of Color #eb1791

%0
%90
%38
%8

Triadic Colors of #eb1791

#eb1791 #91eb17 #1791eb

Analogous Colors of #eb1791

#eb1791 #eb1727 #db17eb

Monochromatic Colors of #eb1791

#eb1791

Complementary Color

#eb1791 #17eb71

#eb1791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1791 Color CSS Codes

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

#eb1791 Text Font Color

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

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


#eb1791 Background Color

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

This div background color is #eb1791


#eb1791 Border Color

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

This div border color is #eb1791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1791


Comments

No comments written yet.

Please login to write comment.