Color Hex Logo

#eb5165 Color Hex

#EB5165
(235,81,101)
0 Favorites   0 Comments

Color spaces of #eb5165

RGB 23581101
HSL0.980.790.62
HSV352°66°92°
CMYK 0.000.660.57   0.08
XYZ39.552324.486614.9537
Yxy24.48660.50070.3100
Hunter Lab49.483956.077416.7217
CIE-Lab56.571760.482021.9364

#eb5165 color RGB value is (235,81,101).

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

The process color (four color CMYK) of #eb5165 color hex is 0.00, 0.66, 0.57, 0.08. Web safe color of #eb5165 is #ff6666. Color #eb5165 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010001 01100101
Octal 353 121 145
Decimal 235 81 101
Hex EB 51 65

RGB Percentages of Color #eb5165

%56.35
%19.42
%24.22

CMYK Percentages of Color #eb5165

%0
%66
%57
%8

Triadic Colors of #eb5165

#eb5165 #65eb51 #5165eb

Analogous Colors of #eb5165

#eb5165 #eb8a51 #eb51b2

Monochromatic Colors of #eb5165

#eb5165

Complementary Color

#eb5165 #51ebd7

#eb5165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5165 Color CSS Codes

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

#eb5165 Text Font Color

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

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


#eb5165 Background Color

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

This div background color is #eb5165


#eb5165 Border Color

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

This div border color is #eb5165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5165


Comments

No comments written yet.

Please login to write comment.