Color Hex Logo

#eb1534 Color Hex

#EB1534
(235,21,52)
0 Favorites   0 Comments

Color spaces of #eb1534

RGB 2352152
HSL0.980.840.50
HSV351°91°92°
CMYK 0.000.910.78   0.08
XYZ35.148918.44644.9568
Yxy18.44640.60030.3150
Hunter Lab42.949370.919923.2218
CIE-Lab50.033174.264342.4372

#eb1534 color RGB value is (235,21,52).

#eb1534 hex color red value is 235, green value is 21 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #eb1534 hue: 0.98 , saturation: 0.84 and the lightness value of eb1534 is 0.50.

The process color (four color CMYK) of #eb1534 color hex is 0.00, 0.91, 0.78, 0.08. Web safe color of #eb1534 is #ff0033. Color #eb1534 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010101 00110100
Octal 353 25 64
Decimal 235 21 52
Hex EB 15 34

RGB Percentages of Color #eb1534

%76.30
%6.82
%16.88

CMYK Percentages of Color #eb1534

%0
%91
%78
%8

Triadic Colors of #eb1534

#eb1534 #34eb15 #1534eb

Analogous Colors of #eb1534

#eb1534 #eb6115 #eb159f

Monochromatic Colors of #eb1534

#eb1534

Complementary Color

#eb1534 #15ebcc

#eb1534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1534 Color CSS Codes

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

#eb1534 Text Font Color

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

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


#eb1534 Background Color

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

This div background color is #eb1534


#eb1534 Border Color

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

This div border color is #eb1534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1534


Comments

No comments written yet.

Please login to write comment.