Color Hex Logo

#eb45af Color Hex

#EB45AF
(235,69,175)
0 Favorites   0 Comments

Color spaces of #eb45af

RGB 23569175
HSL0.890.810.60
HSV322°71°92°
CMYK 0.000.710.26   0.08
XYZ44.126925.013643.0598
Yxy25.01360.39330.2229
Hunter Lab50.013669.9664-16.0369
CIE-Lab57.088772.1237-20.7877

#eb45af color RGB value is (235,69,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000101 10101111
Octal 353 105 257
Decimal 235 69 175
Hex EB 45 AF

RGB Percentages of Color #eb45af

%49.06
%14.41
%36.53

CMYK Percentages of Color #eb45af

%0
%71
%26
%8

Triadic Colors of #eb45af

#eb45af #afeb45 #45afeb

Analogous Colors of #eb45af

#eb45af #eb455c #d445eb

Monochromatic Colors of #eb45af

#eb45af

Complementary Color

#eb45af #45eb81

#eb45af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb45af Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb45af Color CSS Codes

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

#eb45af Text Font Color

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

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


#eb45af Background Color

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

This div background color is #eb45af


#eb45af Border Color

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

This div border color is #eb45af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb45af


Comments

No comments written yet.

Please login to write comment.