Color Hex Logo

#eb3027 Color Hex

#EB3027
(235,48,39)
0 Favorites   0 Comments

Color spaces of #eb3027

RGB 2354839
HSL0.010.830.54
HSV83°92°
CMYK 0.000.800.83   0.08
XYZ35.684119.92263.8841
Yxy19.92260.59980.3349
Hunter Lab44.634764.594526.0849
CIE-Lab51.749668.678150.9721

#eb3027 color RGB value is (235,48,39).

#eb3027 hex color red value is 235, green value is 48 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #eb3027 hue: 0.01 , saturation: 0.83 and the lightness value of eb3027 is 0.54.

The process color (four color CMYK) of #eb3027 color hex is 0.00, 0.80, 0.83, 0.08. Web safe color of #eb3027 is #ff3333. Color #eb3027 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110000 00100111
Octal 353 60 47
Decimal 235 48 39
Hex EB 30 27

RGB Percentages of Color #eb3027

%72.98
%14.91
%12.11

CMYK Percentages of Color #eb3027

%0
%80
%83
%8

Triadic Colors of #eb3027

#eb3027 #27eb30 #3027eb

Analogous Colors of #eb3027

#eb3027 #eb9227 #eb2780

Monochromatic Colors of #eb3027

#eb3027

Complementary Color

#eb3027 #27e2eb

#eb3027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3027 Color CSS Codes

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

#eb3027 Text Font Color

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

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


#eb3027 Background Color

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

This div background color is #eb3027


#eb3027 Border Color

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

This div border color is #eb3027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3027


Comments

No comments written yet.

Please login to write comment.