Color Hex Logo

#eb3270 Color Hex

#EB3270
(235,50,112)
0 Favorites   0 Comments

Color spaces of #eb3270

RGB 23550112
HSL0.940.820.56
HSV340°79°92°
CMYK 0.000.790.52   0.08
XYZ38.326221.113217.3845
Yxy21.11320.49890.2748
Hunter Lab45.949168.47619.7324
CIE-Lab53.073271.664210.5914

#eb3270 color RGB value is (235,50,112).

#eb3270 hex color red value is 235, green value is 50 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #eb3270 hue: 0.94 , saturation: 0.82 and the lightness value of eb3270 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110010 01110000
Octal 353 62 160
Decimal 235 50 112
Hex EB 32 70

RGB Percentages of Color #eb3270

%59.19
%12.59
%28.21

CMYK Percentages of Color #eb3270

%0
%79
%52
%8

Triadic Colors of #eb3270

#eb3270 #70eb32 #3270eb

Analogous Colors of #eb3270

#eb3270 #eb5132 #eb32cd

Monochromatic Colors of #eb3270

#eb3270

Complementary Color

#eb3270 #32ebad

#eb3270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3270 Color CSS Codes

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

#eb3270 Text Font Color

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

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


#eb3270 Background Color

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

This div background color is #eb3270


#eb3270 Border Color

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

This div border color is #eb3270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3270


Comments

No comments written yet.

Please login to write comment.