Color Hex Logo

#eb1448 Color Hex

#EB1448
(235,20,72)
0 Favorites   0 Comments

Color spaces of #eb1448

RGB 2352072
HSL0.960.840.50
HSV345°91°92°
CMYK 0.000.910.69   0.08
XYZ35.680818.63047.8463
Yxy18.63040.57400.2997
Hunter Lab43.162972.022519.4361
CIE-Lab50.252075.122331.0004

#eb1448 color RGB value is (235,20,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010100 01001000
Octal 353 24 110
Decimal 235 20 72
Hex EB 14 48

RGB Percentages of Color #eb1448

%71.87
%6.12
%22.02

CMYK Percentages of Color #eb1448

%0
%91
%69
%8

Triadic Colors of #eb1448

#eb1448 #48eb14 #1448eb

Analogous Colors of #eb1448

#eb1448 #eb4c14 #eb14b4

Monochromatic Colors of #eb1448

#eb1448

Complementary Color

#eb1448 #14ebb7

#eb1448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1448 Color CSS Codes

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

#eb1448 Text Font Color

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

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


#eb1448 Background Color

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

This div background color is #eb1448


#eb1448 Border Color

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

This div border color is #eb1448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1448


Comments

No comments written yet.

Please login to write comment.