Color Hex Logo

#eb7585 Color Hex

#EB7585
(235,117,133)
0 Favorites   0 Comments

Color spaces of #eb7585

RGB 235117133
HSL0.980.750.69
HSV352°50°92°
CMYK 0.000.500.43   0.08
XYZ44.855932.078226.0178
Yxy32.07820.43570.3116
Hunter Lab56.637642.252712.4101
CIE-Lab63.407547.007912.8013

#eb7585 color RGB value is (235,117,133).

#eb7585 hex color red value is 235, green value is 117 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #eb7585 hue: 0.98 , saturation: 0.75 and the lightness value of eb7585 is 0.69.

The process color (four color CMYK) of #eb7585 color hex is 0.00, 0.50, 0.43, 0.08. Web safe color of #eb7585 is #ff6699. Color #eb7585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110101 10000101
Octal 353 165 205
Decimal 235 117 133
Hex EB 75 85

RGB Percentages of Color #eb7585

%48.45
%24.12
%27.42

CMYK Percentages of Color #eb7585

%0
%50
%43
%8

Triadic Colors of #eb7585

#eb7585 #85eb75 #7585eb

Analogous Colors of #eb7585

#eb7585 #eba075 #eb75c0

Monochromatic Colors of #eb7585

#eb7585

Complementary Color

#eb7585 #75ebdb

#eb7585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7585 Color CSS Codes

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

#eb7585 Text Font Color

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

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


#eb7585 Background Color

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

This div background color is #eb7585


#eb7585 Border Color

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

This div border color is #eb7585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7585


Comments

No comments written yet.

Please login to write comment.