Color Hex Logo

#e64630 Color Hex

#E64630
(230,70,48)
0 Favorites   0 Comments

Color spaces of #e64630

RGB 2307048
HSL0.020.780.55
HSV79°90°
CMYK 0.000.700.79   0.10
XYZ35.356821.41675.0666
Yxy21.41670.57170.3463
Hunter Lab46.278255.388225.9036
CIE-Lab53.402660.447047.7232

#e64630 color RGB value is (230,70,48).

#e64630 hex color red value is 230, green value is 70 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #e64630 hue: 0.02 , saturation: 0.78 and the lightness value of e64630 is 0.55.

The process color (four color CMYK) of #e64630 color hex is 0.00, 0.70, 0.79, 0.10. Web safe color of #e64630 is #ff3333. Color #e64630 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000110 00110000
Octal 346 106 60
Decimal 230 70 48
Hex E6 46 30

RGB Percentages of Color #e64630

%66.09
%20.11
%13.79

CMYK Percentages of Color #e64630

%0
%70
%79
%10

Triadic Colors of #e64630

#e64630 #30e646 #4630e6

Analogous Colors of #e64630

#e64630 #e6a130 #e63075

Monochromatic Colors of #e64630

#e64630

Complementary Color

#e64630 #30d0e6

#e64630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64630 Color CSS Codes

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

#e64630 Text Font Color

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

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


#e64630 Background Color

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

This div background color is #e64630


#e64630 Border Color

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

This div border color is #e64630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64630


Comments

No comments written yet.

Please login to write comment.