Color Hex Logo

#eb85af Color Hex

#EB85AF
(235,133,175)
0 Favorites   0 Comments

Color spaces of #eb85af

RGB 235133175
HSL0.930.720.72
HSV335°43°92°
CMYK 0.000.430.26   0.08
XYZ50.386337.532445.1463
Yxy37.53240.37870.2821
Hunter Lab61.263739.5958-0.8073
CIE-Lab67.674643.9979-4.8700

#eb85af color RGB value is (235,133,175).

#eb85af hex color red value is 235, green value is 133 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #eb85af hue: 0.93 , saturation: 0.72 and the lightness value of eb85af is 0.72.

The process color (four color CMYK) of #eb85af color hex is 0.00, 0.43, 0.26, 0.08. Web safe color of #eb85af is #ff9999. Color #eb85af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000101 10101111
Octal 353 205 257
Decimal 235 133 175
Hex EB 85 AF

RGB Percentages of Color #eb85af

%43.28
%24.49
%32.23

CMYK Percentages of Color #eb85af

%0
%43
%26
%8

Triadic Colors of #eb85af

#eb85af #afeb85 #85afeb

Analogous Colors of #eb85af

#eb85af #eb8e85 #eb85e2

Monochromatic Colors of #eb85af

#eb85af

Complementary Color

#eb85af #85ebc1

#eb85af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb85af Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb85af Color CSS Codes

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

#eb85af Text Font Color

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

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


#eb85af Background Color

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

This div background color is #eb85af


#eb85af Border Color

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

This div border color is #eb85af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb85af


Comments

No comments written yet.

Please login to write comment.