Color Hex Logo

#eb1230 Color Hex

#EB1230
(235,18,48)
0 Favorites   0 Comments

Color spaces of #eb1230

RGB 2351848
HSL0.980.860.50
HSV352°92°92°
CMYK 0.000.920.80   0.08
XYZ35.010818.30824.4849
Yxy18.30820.60570.3167
Hunter Lab42.788171.176223.7371
CIE-Lab49.867874.506244.4944

#eb1230 color RGB value is (235,18,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010010 00110000
Octal 353 22 60
Decimal 235 18 48
Hex EB 12 30

RGB Percentages of Color #eb1230

%78.07
%5.98
%15.95

CMYK Percentages of Color #eb1230

%0
%92
%80
%8

Triadic Colors of #eb1230

#eb1230 #30eb12 #1230eb

Analogous Colors of #eb1230

#eb1230 #eb6112 #eb129d

Monochromatic Colors of #eb1230

#eb1230

Complementary Color

#eb1230 #12ebcd

#eb1230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1230 Color CSS Codes

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

#eb1230 Text Font Color

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

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


#eb1230 Background Color

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

This div background color is #eb1230


#eb1230 Border Color

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

This div border color is #eb1230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1230


Comments

No comments written yet.

Please login to write comment.