Color Hex Logo

#eb188b Color Hex

#EB188B
(235,24,139)
0 Favorites   0 Comments

Color spaces of #eb188b

RGB 23524139
HSL0.910.840.51
HSV327°90°92°
CMYK 0.000.900.41   0.08
XYZ39.247820.179526.2525
Yxy20.17950.45810.2355
Hunter Lab44.921677.3419-3.2044
CIE-Lab52.039679.0569-7.1706

#eb188b color RGB value is (235,24,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011000 10001011
Octal 353 30 213
Decimal 235 24 139
Hex EB 18 8B

RGB Percentages of Color #eb188b

%59.05
%6.03
%34.92

CMYK Percentages of Color #eb188b

%0
%90
%41
%8

Triadic Colors of #eb188b

#eb188b #8beb18 #188beb

Analogous Colors of #eb188b

#eb188b #eb1821 #e218eb

Monochromatic Colors of #eb188b

#eb188b

Complementary Color

#eb188b #18eb78

#eb188b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb188b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb188b Color CSS Codes

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

#eb188b Text Font Color

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

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


#eb188b Background Color

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

This div background color is #eb188b


#eb188b Border Color

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

This div border color is #eb188b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb188b


Comments

No comments written yet.

Please login to write comment.