Color Hex Logo

#eb178a Color Hex

#EB178A
(235,23,138)
0 Favorites   0 Comments

Color spaces of #eb178a

RGB 23523138
HSL0.910.840.51
HSV327°90°92°
CMYK 0.000.900.41   0.08
XYZ39.154820.109925.8627
Yxy20.10990.46000.2362
Hunter Lab44.844177.3770-2.8032
CIE-Lab51.961279.1001-6.6865

#eb178a color RGB value is (235,23,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010111 10001010
Octal 353 27 212
Decimal 235 23 138
Hex EB 17 8A

RGB Percentages of Color #eb178a

%59.34
%5.81
%34.85

CMYK Percentages of Color #eb178a

%0
%90
%41
%8

Triadic Colors of #eb178a

#eb178a #8aeb17 #178aeb

Analogous Colors of #eb178a

#eb178a #eb1720 #e217eb

Monochromatic Colors of #eb178a

#eb178a

Complementary Color

#eb178a #17eb78

#eb178a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb178a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb178a Color CSS Codes

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

#eb178a Text Font Color

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

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


#eb178a Background Color

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

This div background color is #eb178a


#eb178a Border Color

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

This div border color is #eb178a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb178a


Comments

No comments written yet.

Please login to write comment.