Color Hex Logo

#eb245f Color Hex

#EB245F
(235,36,95)
0 Favorites   0 Comments

Color spaces of #eb245f

RGB 2353695
HSL0.950.830.53
HSV342°85°92°
CMYK 0.000.850.60   0.08
XYZ36.957419.750112.6908
Yxy19.75010.53250.2846
Hunter Lab44.441170.669514.1776
CIE-Lab51.553573.763618.7764

#eb245f color RGB value is (235,36,95).

#eb245f hex color red value is 235, green value is 36 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #eb245f hue: 0.95 , saturation: 0.83 and the lightness value of eb245f is 0.53.

The process color (four color CMYK) of #eb245f color hex is 0.00, 0.85, 0.60, 0.08. Web safe color of #eb245f is #ff3366. Color #eb245f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100100 01011111
Octal 353 44 137
Decimal 235 36 95
Hex EB 24 5F

RGB Percentages of Color #eb245f

%64.21
%9.84
%25.96

CMYK Percentages of Color #eb245f

%0
%85
%60
%8

Triadic Colors of #eb245f

#eb245f #5feb24 #245feb

Analogous Colors of #eb245f

#eb245f #eb4d24 #eb24c3

Monochromatic Colors of #eb245f

#eb245f

Complementary Color

#eb245f #24ebb0

#eb245f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb245f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb245f Color CSS Codes

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

#eb245f Text Font Color

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

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


#eb245f Background Color

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

This div background color is #eb245f


#eb245f Border Color

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

This div border color is #eb245f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb245f


Comments

No comments written yet.

Please login to write comment.