Color Hex Logo

#eb536f Color Hex

#EB536F
(235,83,111)
0 Favorites   0 Comments

Color spaces of #eb536f

RGB 23583111
HSL0.970.790.62
HSV349°65°92°
CMYK 0.000.650.53   0.08
XYZ40.223424.996417.7437
Yxy24.99640.48480.3013
Hunter Lab49.996456.114213.9555
CIE-Lab57.071960.425516.7436

#eb536f color RGB value is (235,83,111).

#eb536f hex color red value is 235, green value is 83 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #eb536f hue: 0.97 , saturation: 0.79 and the lightness value of eb536f is 0.62.

The process color (four color CMYK) of #eb536f color hex is 0.00, 0.65, 0.53, 0.08. Web safe color of #eb536f is #ff6666. Color #eb536f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010011 01101111
Octal 353 123 157
Decimal 235 83 111
Hex EB 53 6F

RGB Percentages of Color #eb536f

%54.78
%19.35
%25.87

CMYK Percentages of Color #eb536f

%0
%65
%53
%8

Triadic Colors of #eb536f

#eb536f #6feb53 #536feb

Analogous Colors of #eb536f

#eb536f #eb8353 #eb53bb

Monochromatic Colors of #eb536f

#eb536f

Complementary Color

#eb536f #53ebcf

#eb536f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb536f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb536f Color CSS Codes

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

#eb536f Text Font Color

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

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


#eb536f Background Color

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

This div background color is #eb536f


#eb536f Border Color

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

This div border color is #eb536f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb536f


Comments

No comments written yet.

Please login to write comment.