Color Hex Logo

#eb1891 Color Hex

#EB1891
(235,24,145)
0 Favorites   0 Comments

Color spaces of #eb1891

RGB 23524145
HSL0.900.840.51
HSV326°90°92°
CMYK 0.000.900.38   0.08
XYZ39.698420.359828.6256
Yxy20.35980.44760.2296
Hunter Lab45.121878.0819-6.0287
CIE-Lab52.241679.6055-10.4654

#eb1891 color RGB value is (235,24,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011000 10010001
Octal 353 30 221
Decimal 235 24 145
Hex EB 18 91

RGB Percentages of Color #eb1891

%58.17
%5.94
%35.89

CMYK Percentages of Color #eb1891

%0
%90
%38
%8

Triadic Colors of #eb1891

#eb1891 #91eb18 #1891eb

Analogous Colors of #eb1891

#eb1891 #eb1827 #dc18eb

Monochromatic Colors of #eb1891

#eb1891

Complementary Color

#eb1891 #18eb72

#eb1891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1891 Color CSS Codes

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

#eb1891 Text Font Color

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

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


#eb1891 Background Color

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

This div background color is #eb1891


#eb1891 Border Color

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

This div border color is #eb1891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1891


Comments

No comments written yet.

Please login to write comment.