Color Hex Logo

#eb177a Color Hex

#EB177A
(235,23,122)
0 Favorites   0 Comments

Color spaces of #eb177a

RGB 23523122
HSL0.920.840.51
HSV332°90°92°
CMYK 0.000.900.48   0.08
XYZ38.080219.680120.2039
Yxy19.68010.48840.2524
Hunter Lab44.362375.58904.0511
CIE-Lab51.473677.76702.2593

#eb177a color RGB value is (235,23,122).

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

The process color (four color CMYK) of #eb177a color hex is 0.00, 0.90, 0.48, 0.08. Web safe color of #eb177a is #ff0066. Color #eb177a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010111 01111010
Octal 353 27 172
Decimal 235 23 122
Hex EB 17 7A

RGB Percentages of Color #eb177a

%61.84
%6.05
%32.11

CMYK Percentages of Color #eb177a

%0
%90
%48
%8

Triadic Colors of #eb177a

#eb177a #7aeb17 #177aeb

Analogous Colors of #eb177a

#eb177a #eb1e17 #eb17e4

Monochromatic Colors of #eb177a

#eb177a

Complementary Color

#eb177a #17eb88

#eb177a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb177a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb177a Color CSS Codes

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

#eb177a Text Font Color

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

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


#eb177a Background Color

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

This div background color is #eb177a


#eb177a Border Color

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

This div border color is #eb177a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb177a


Comments

No comments written yet.

Please login to write comment.