Color Hex Logo

#eb235b Color Hex

#EB235B
(235,35,91)
0 Favorites   0 Comments

Color spaces of #eb235b

RGB 2353591
HSL0.950.830.53
HSV343°85°92°
CMYK 0.000.850.61   0.08
XYZ36.750319.619611.7475
Yxy19.61960.53950.2880
Hunter Lab44.294070.585115.2811
CIE-Lab51.404473.723421.0024

#eb235b color RGB value is (235,35,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100011 01011011
Octal 353 43 133
Decimal 235 35 91
Hex EB 23 5B

RGB Percentages of Color #eb235b

%65.10
%9.70
%25.21

CMYK Percentages of Color #eb235b

%0
%85
%61
%8

Triadic Colors of #eb235b

#eb235b #5beb23 #235beb

Analogous Colors of #eb235b

#eb235b #eb4f23 #eb23bf

Monochromatic Colors of #eb235b

#eb235b

Complementary Color

#eb235b #23ebb3

#eb235b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb235b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb235b Color CSS Codes

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

#eb235b Text Font Color

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

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


#eb235b Background Color

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

This div background color is #eb235b


#eb235b Border Color

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

This div border color is #eb235b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb235b


Comments

No comments written yet.

Please login to write comment.