Color Hex Logo

#eb2052 Color Hex

#EB2052
(235,32,82)
0 Favorites   0 Comments

Color spaces of #eb2052

RGB 2353282
HSL0.960.840.52
HSV345°86°92°
CMYK 0.000.860.65   0.08
XYZ36.300519.30449.7955
Yxy19.30440.55510.2952
Hunter Lab43.936870.587117.5373
CIE-Lab51.041573.795525.9727

#eb2052 color RGB value is (235,32,82).

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

The process color (four color CMYK) of #eb2052 color hex is 0.00, 0.86, 0.65, 0.08. Web safe color of #eb2052 is #ff3366. Color #eb2052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100000 01010010
Octal 353 40 122
Decimal 235 32 82
Hex EB 20 52

RGB Percentages of Color #eb2052

%67.34
%9.17
%23.50

CMYK Percentages of Color #eb2052

%0
%86
%65
%8

Triadic Colors of #eb2052

#eb2052 #52eb20 #2052eb

Analogous Colors of #eb2052

#eb2052 #eb5320 #eb20b8

Monochromatic Colors of #eb2052

#eb2052

Complementary Color

#eb2052 #20ebb9

#eb2052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2052 Color CSS Codes

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

#eb2052 Text Font Color

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

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


#eb2052 Background Color

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

This div background color is #eb2052


#eb2052 Border Color

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

This div border color is #eb2052


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,32,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 #eb2052">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2052


Comments

No comments written yet.

Please login to write comment.