Color Hex Logo

#eb2070 Color Hex

#EB2070
(235,32,112)
0 Favorites   0 Comments

Color spaces of #eb2070

RGB 23532112
HSL0.930.840.52
HSV336°86°92°
CMYK 0.000.860.52   0.08
XYZ37.702119.865017.1764
Yxy19.86500.50440.2658
Hunter Lab44.570272.99618.3500
CIE-Lab51.684275.63508.6314

#eb2070 color RGB value is (235,32,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100000 01110000
Octal 353 40 160
Decimal 235 32 112
Hex EB 20 70

RGB Percentages of Color #eb2070

%62.01
%8.44
%29.55

CMYK Percentages of Color #eb2070

%0
%86
%52
%8

Triadic Colors of #eb2070

#eb2070 #70eb20 #2070eb

Analogous Colors of #eb2070

#eb2070 #eb3620 #eb20d6

Monochromatic Colors of #eb2070

#eb2070

Complementary Color

#eb2070 #20eb9b

#eb2070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2070 Color CSS Codes

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

#eb2070 Text Font Color

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

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


#eb2070 Background Color

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

This div background color is #eb2070


#eb2070 Border Color

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

This div border color is #eb2070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2070


Comments

No comments written yet.

Please login to write comment.