Color Hex Logo

#eb0040 Color Hex

#EB0040
(235,0,64)
0 Favorites   0 Comments

Color spaces of #eb0040

RGB 235064
HSL0.951.000.46
HSV344°100°92°
CMYK 0.001.000.73   0.08
XYZ35.186418.03236.4765
Yxy18.03230.58940.3021
Hunter Lab42.464573.593820.6825
CIE-Lab49.535376.537834.9208

#eb0040 color RGB value is (235,0,64).

#eb0040 hex color red value is 235, green value is 0 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #eb0040 hue: 0.95 , saturation: 1.00 and the lightness value of eb0040 is 0.46.

The process color (four color CMYK) of #eb0040 color hex is 0.00, 1.00, 0.73, 0.08. Web safe color of #eb0040 is #ff0033. Color #eb0040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000000 01000000
Octal 353 0 100
Decimal 235 0 64
Hex EB 0 40

RGB Percentages of Color #eb0040

%78.60
%0.00
%21.40

CMYK Percentages of Color #eb0040

%0
%100
%73
%8

Triadic Colors of #eb0040

#eb0040 #40eb00 #0040eb

Analogous Colors of #eb0040

#eb0040 #eb3600 #eb00b6

Monochromatic Colors of #eb0040

#eb0040

Complementary Color

#eb0040 #00ebab

#eb0040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb0040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb0040 Color CSS Codes

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

#eb0040 Text Font Color

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

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


#eb0040 Background Color

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

This div background color is #eb0040


#eb0040 Border Color

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

This div border color is #eb0040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb0040


Comments

No comments written yet.

Please login to write comment.