Color Hex Logo

#eb1452 Color Hex

#EB1452
(235,20,82)
0 Favorites   0 Comments

Color spaces of #eb1452

RGB 2352082
HSL0.950.840.50
HSV343°91°92°
CMYK 0.000.910.65   0.08
XYZ36.034118.77179.7067
Yxy18.77170.55860.2910
Hunter Lab43.326372.635717.0453
CIE-Lab50.419075.588725.1712

#eb1452 color RGB value is (235,20,82).

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

The process color (four color CMYK) of #eb1452 color hex is 0.00, 0.91, 0.65, 0.08. Web safe color of #eb1452 is #ff0066. Color #eb1452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010100 01010010
Octal 353 24 122
Decimal 235 20 82
Hex EB 14 52

RGB Percentages of Color #eb1452

%69.73
%5.93
%24.33

CMYK Percentages of Color #eb1452

%0
%91
%65
%8

Triadic Colors of #eb1452

#eb1452 #52eb14 #1452eb

Analogous Colors of #eb1452

#eb1452 #eb4214 #eb14be

Monochromatic Colors of #eb1452

#eb1452

Complementary Color

#eb1452 #14ebad

#eb1452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1452 Color CSS Codes

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

#eb1452 Text Font Color

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

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


#eb1452 Background Color

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

This div background color is #eb1452


#eb1452 Border Color

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

This div border color is #eb1452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1452


Comments

No comments written yet.

Please login to write comment.