Color Hex Logo

#eb063e Color Hex

#EB063E
(235,6,62)
0 Favorites   0 Comments

Color spaces of #eb063e

RGB 235662
HSL0.960.950.47
HSV345°97°92°
CMYK 0.000.970.74   0.08
XYZ35.195618.14026.2038
Yxy18.14020.59110.3047
Hunter Lab42.591372.969821.1778
CIE-Lab49.665776.006836.2572

#eb063e color RGB value is (235,6,62).

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

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

Base Numbers

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

RGB Percentages of Color #eb063e

%77.56
%1.98
%20.46

CMYK Percentages of Color #eb063e

%0
%97
%74
%8

Triadic Colors of #eb063e

#eb063e #3eeb06 #063eeb

Analogous Colors of #eb063e

#eb063e #eb4106 #eb06b1

Monochromatic Colors of #eb063e

#eb063e

Complementary Color

#eb063e #06ebb3

#eb063e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb063e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb063e Color CSS Codes

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

#eb063e Text Font Color

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

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


#eb063e Background Color

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

This div background color is #eb063e


#eb063e Border Color

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

This div border color is #eb063e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb063e


Comments

No comments written yet.

Please login to write comment.