Color Hex Logo

#eb72ab Color Hex

#EB72AB
(235,114,171)
0 Favorites   0 Comments

Color spaces of #eb72ab

RGB 235114171
HSL0.920.750.68
HSV332°51°92°
CMYK 0.000.510.27   0.08
XYZ47.628932.637142.3173
Yxy32.63710.38850.2662
Hunter Lab57.128948.8416-3.9279
CIE-Lab63.866052.8935-8.2540

#eb72ab color RGB value is (235,114,171).

#eb72ab hex color red value is 235, green value is 114 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eb72ab hue: 0.92 , saturation: 0.75 and the lightness value of eb72ab is 0.68.

The process color (four color CMYK) of #eb72ab color hex is 0.00, 0.51, 0.27, 0.08. Web safe color of #eb72ab is #ff6699. Color #eb72ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110010 10101011
Octal 353 162 253
Decimal 235 114 171
Hex EB 72 AB

RGB Percentages of Color #eb72ab

%45.19
%21.92
%32.88

CMYK Percentages of Color #eb72ab

%0
%51
%27
%8

Triadic Colors of #eb72ab

#eb72ab #abeb72 #72abeb

Analogous Colors of #eb72ab

#eb72ab #eb7672 #eb72e8

Monochromatic Colors of #eb72ab

#eb72ab

Complementary Color

#eb72ab #72ebb2

#eb72ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb72ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb72ab Color CSS Codes

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

#eb72ab Text Font Color

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

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


#eb72ab Background Color

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

This div background color is #eb72ab


#eb72ab Border Color

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

This div border color is #eb72ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb72ab


Comments

No comments written yet.

Please login to write comment.