Color Hex Logo

#eb123b Color Hex

#EB123B
(235,18,59)
0 Favorites   0 Comments

Color spaces of #eb123b

RGB 2351859
HSL0.970.860.50
HSV349°92°92°
CMYK 0.000.920.75   0.08
XYZ35.266718.41055.8325
Yxy18.41050.59260.3094
Hunter Lab42.907571.625521.9758
CIE-Lab49.990374.849538.3838

#eb123b color RGB value is (235,18,59).

#eb123b hex color red value is 235, green value is 18 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #eb123b hue: 0.97 , saturation: 0.86 and the lightness value of eb123b is 0.50.

The process color (four color CMYK) of #eb123b color hex is 0.00, 0.92, 0.75, 0.08. Web safe color of #eb123b is #ff0033. Color #eb123b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010010 00111011
Octal 353 22 73
Decimal 235 18 59
Hex EB 12 3B

RGB Percentages of Color #eb123b

%75.32
%5.77
%18.91

CMYK Percentages of Color #eb123b

%0
%92
%75
%8

Triadic Colors of #eb123b

#eb123b #3beb12 #123beb

Analogous Colors of #eb123b

#eb123b #eb5612 #eb12a8

Monochromatic Colors of #eb123b

#eb123b

Complementary Color

#eb123b #12ebc2

#eb123b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb123b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb123b Color CSS Codes

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

#eb123b Text Font Color

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

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


#eb123b Background Color

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

This div background color is #eb123b


#eb123b Border Color

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

This div border color is #eb123b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb123b


Comments

No comments written yet.

Please login to write comment.