Color Hex Logo

#eb72af Color Hex

#EB72AF
(235,114,175)
0 Favorites   0 Comments

Color spaces of #eb72af

RGB 235114175
HSL0.920.750.68
HSV330°51°92°
CMYK 0.000.510.26   0.08
XYZ48.016132.791944.3562
Yxy32.79190.38360.2620
Hunter Lab57.264249.4601-5.8404
CIE-Lab63.992153.4234-10.3441

#eb72af color RGB value is (235,114,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110010 10101111
Octal 353 162 257
Decimal 235 114 175
Hex EB 72 AF

RGB Percentages of Color #eb72af

%44.85
%21.76
%33.40

CMYK Percentages of Color #eb72af

%0
%51
%26
%8

Triadic Colors of #eb72af

#eb72af #afeb72 #72afeb

Analogous Colors of #eb72af

#eb72af #eb7273 #eb72eb

Monochromatic Colors of #eb72af

#eb72af

Complementary Color

#eb72af #72ebae

#eb72af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb72af Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb72af Color CSS Codes

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

#eb72af Text Font Color

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

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


#eb72af Background Color

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

This div background color is #eb72af


#eb72af Border Color

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

This div border color is #eb72af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb72af


Comments

No comments written yet.

Please login to write comment.