Color Hex Logo

#eb652a Color Hex

#EB652A
(235,101,42)
0 Favorites   0 Comments

Color spaces of #eb652a

RGB 23510142
HSL0.050.830.54
HSV18°82°92°
CMYK 0.000.570.82   0.08
XYZ39.332527.13675.3553
Yxy27.13670.54760.3778
Hunter Lab52.092943.613030.3698
CIE-Lab59.100648.888856.2063

#eb652a color RGB value is (235,101,42).

#eb652a hex color red value is 235, green value is 101 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eb652a hue: 0.05 , saturation: 0.83 and the lightness value of eb652a is 0.54.

The process color (four color CMYK) of #eb652a color hex is 0.00, 0.57, 0.82, 0.08. Web safe color of #eb652a is #ff6633. Color #eb652a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100101 00101010
Octal 353 145 52
Decimal 235 101 42
Hex EB 65 2A

RGB Percentages of Color #eb652a

%62.17
%26.72
%11.11

CMYK Percentages of Color #eb652a

%0
%57
%82
%8

Triadic Colors of #eb652a

#eb652a #2aeb65 #652aeb

Analogous Colors of #eb652a

#eb652a #ebc62a #eb2a50

Monochromatic Colors of #eb652a

#eb652a

Complementary Color

#eb652a #2ab0eb

#eb652a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb652a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb652a Color CSS Codes

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

#eb652a Text Font Color

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

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


#eb652a Background Color

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

This div background color is #eb652a


#eb652a Border Color

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

This div border color is #eb652a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb652a


Comments

No comments written yet.

Please login to write comment.