Color Hex Logo

#eb48af Color Hex

#EB48AF
(235,72,175)
0 Favorites   0 Comments

Color spaces of #eb48af

RGB 23572175
HSL0.890.800.60
HSV322°69°92°
CMYK 0.000.690.26   0.08
XYZ44.316225.392043.1229
Yxy25.39200.39280.2250
Hunter Lab50.390568.7995-15.4656
CIE-Lab57.455471.0959-20.2271

#eb48af color RGB value is (235,72,175).

#eb48af hex color red value is 235, green value is 72 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #eb48af hue: 0.89 , saturation: 0.80 and the lightness value of eb48af is 0.60.

The process color (four color CMYK) of #eb48af color hex is 0.00, 0.69, 0.26, 0.08. Web safe color of #eb48af is #ff3399. Color #eb48af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001000 10101111
Octal 353 110 257
Decimal 235 72 175
Hex EB 48 AF

RGB Percentages of Color #eb48af

%48.76
%14.94
%36.31

CMYK Percentages of Color #eb48af

%0
%69
%26
%8

Triadic Colors of #eb48af

#eb48af #afeb48 #48afeb

Analogous Colors of #eb48af

#eb48af #eb485d #d648eb

Monochromatic Colors of #eb48af

#eb48af

Complementary Color

#eb48af #48eb84

#eb48af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb48af Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb48af Color CSS Codes

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

#eb48af Text Font Color

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

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


#eb48af Background Color

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

This div background color is #eb48af


#eb48af Border Color

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

This div border color is #eb48af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,72,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 #eb48af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb48af


Comments

No comments written yet.

Please login to write comment.