Color Hex Logo

#eb188f Color Hex

#EB188F
(235,24,143)
0 Favorites   0 Comments

Color spaces of #eb188f

RGB 23524143
HSL0.910.840.51
HSV326°90°92°
CMYK 0.000.900.39   0.08
XYZ39.545520.298627.8203
Yxy20.29860.45110.2315
Hunter Lab45.054077.8315-5.0731
CIE-Lab52.173179.4201-9.3705

#eb188f color RGB value is (235,24,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011000 10001111
Octal 353 30 217
Decimal 235 24 143
Hex EB 18 8F

RGB Percentages of Color #eb188f

%58.46
%5.97
%35.57

CMYK Percentages of Color #eb188f

%0
%90
%39
%8

Triadic Colors of #eb188f

#eb188f #8feb18 #188feb

Analogous Colors of #eb188f

#eb188f #eb1826 #de18eb

Monochromatic Colors of #eb188f

#eb188f

Complementary Color

#eb188f #18eb74

#eb188f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb188f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb188f Color CSS Codes

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

#eb188f Text Font Color

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

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


#eb188f Background Color

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

This div background color is #eb188f


#eb188f Border Color

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

This div border color is #eb188f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb188f


Comments

No comments written yet.

Please login to write comment.