Color Hex Logo

#eb033e Color Hex

#EB033E
(235,3,62)
0 Favorites   0 Comments

Color spaces of #eb033e

RGB 235362
HSL0.960.970.47
HSV345°99°92°
CMYK 0.000.990.74   0.08
XYZ35.163018.07516.1930
Yxy18.07510.59170.3041
Hunter Lab42.514873.232221.1238
CIE-Lab49.587176.234936.1663

#eb033e color RGB value is (235,3,62).

#eb033e hex color red value is 235, green value is 3 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #eb033e hue: 0.96 , saturation: 0.97 and the lightness value of eb033e is 0.47.

The process color (four color CMYK) of #eb033e color hex is 0.00, 0.99, 0.74, 0.08. Web safe color of #eb033e is #ff0033. Color #eb033e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000011 00111110
Octal 353 3 76
Decimal 235 3 62
Hex EB 3 3E

RGB Percentages of Color #eb033e

%78.33
%1.00
%20.67

CMYK Percentages of Color #eb033e

%0
%99
%74
%8

Triadic Colors of #eb033e

#eb033e #3eeb03 #033eeb

Analogous Colors of #eb033e

#eb033e #eb3c03 #eb03b2

Monochromatic Colors of #eb033e

#eb033e

Complementary Color

#eb033e #03ebb0

#eb033e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb033e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb033e Color CSS Codes

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

#eb033e Text Font Color

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

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


#eb033e Background Color

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

This div background color is #eb033e


#eb033e Border Color

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

This div border color is #eb033e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb033e


Comments

No comments written yet.

Please login to write comment.