Color Hex Logo

#e63213 Color Hex

#E63213
(230,50,19)
0 Favorites   0 Comments

Color spaces of #e63213

RGB 2305019
HSL0.020.850.49
HSV92°90°
CMYK 0.000.780.92   0.10
XYZ33.891319.15122.5264
Yxy19.15120.60990.3446
Hunter Lab43.762161.654727.2106
CIE-Lab50.863666.352158.2380

#e63213 color RGB value is (230,50,19).

#e63213 hex color red value is 230, green value is 50 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #e63213 hue: 0.02 , saturation: 0.85 and the lightness value of e63213 is 0.49.

The process color (four color CMYK) of #e63213 color hex is 0.00, 0.78, 0.92, 0.10. Web safe color of #e63213 is #ff3300. Color #e63213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110010 00010011
Octal 346 62 23
Decimal 230 50 19
Hex E6 32 13

RGB Percentages of Color #e63213

%76.92
%16.72
%6.35

CMYK Percentages of Color #e63213

%0
%78
%92
%10

Triadic Colors of #e63213

#e63213 #13e632 #3213e6

Analogous Colors of #e63213

#e63213 #e69c13 #e6135d

Monochromatic Colors of #e63213

#e63213

Complementary Color

#e63213 #13c7e6

#e63213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63213 Color CSS Codes

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

#e63213 Text Font Color

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

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


#e63213 Background Color

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

This div background color is #e63213


#e63213 Border Color

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

This div border color is #e63213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63213


Comments

No comments written yet.

Please login to write comment.