Color Hex Logo

#e6630f Color Hex

#E6630F
(230,99,15)
0 Favorites   0 Comments

Color spaces of #e6630f

RGB 2309915
HSL0.070.880.48
HSV23°93°90°
CMYK 0.000.570.93   0.10
XYZ37.181225.78123.4685
Yxy25.78120.55970.3881
Hunter Lab50.775241.853831.4925
CIE-Lab57.828847.450163.8908

#e6630f color RGB value is (230,99,15).

#e6630f hex color red value is 230, green value is 99 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e6630f hue: 0.07 , saturation: 0.88 and the lightness value of e6630f is 0.48.

The process color (four color CMYK) of #e6630f color hex is 0.00, 0.57, 0.93, 0.10. Web safe color of #e6630f is #ff6600. Color #e6630f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100011 00001111
Octal 346 143 17
Decimal 230 99 15
Hex E6 63 F

RGB Percentages of Color #e6630f

%66.86
%28.78
%4.36

CMYK Percentages of Color #e6630f

%0
%57
%93
%10

Triadic Colors of #e6630f

#e6630f #0fe663 #630fe6

Analogous Colors of #e6630f

#e6630f #e6cf0f #e60f27

Monochromatic Colors of #e6630f

#e6630f

Complementary Color

#e6630f #0f92e6

#e6630f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6630f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6630f Color CSS Codes

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

#e6630f Text Font Color

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

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


#e6630f Background Color

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

This div background color is #e6630f


#e6630f Border Color

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

This div border color is #e6630f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,99,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6630f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6630f;
  -webkit-box-shadow: 1px 1px 3px 2px #e6630f;
  box-shadow:         1px 1px 3px 2px #e6630f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,99,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6630f


Comments

No comments written yet.

Please login to write comment.