Color Hex Logo

#eb235c Color Hex

#EB235C
(235,35,92)
0 Favorites   0 Comments

Color spaces of #eb235c

RGB 2353592
HSL0.950.830.53
HSV343°85°92°
CMYK 0.000.850.61   0.08
XYZ36.793719.636911.9763
Yxy19.63690.53790.2871
Hunter Lab44.313570.660514.9956
CIE-Lab51.424273.781320.4224

#eb235c color RGB value is (235,35,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100011 01011100
Octal 353 43 134
Decimal 235 35 92
Hex EB 23 5C

RGB Percentages of Color #eb235c

%64.92
%9.67
%25.41

CMYK Percentages of Color #eb235c

%0
%85
%61
%8

Triadic Colors of #eb235c

#eb235c #5ceb23 #235ceb

Analogous Colors of #eb235c

#eb235c #eb4e23 #eb23c0

Monochromatic Colors of #eb235c

#eb235c

Complementary Color

#eb235c #23ebb2

#eb235c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb235c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb235c Color CSS Codes

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

#eb235c Text Font Color

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

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


#eb235c Background Color

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

This div background color is #eb235c


#eb235c Border Color

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

This div border color is #eb235c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb235c


Comments

No comments written yet.

Please login to write comment.