Color Hex Logo

#e60726 Color Hex

#E60726
(230,7,38)
0 Favorites   0 Comments

Color spaces of #e60726

RGB 230738
HSL0.980.940.46
HSV352°97°90°
CMYK 0.000.970.83   0.10
XYZ33.059017.11493.3948
Yxy17.11490.61710.3195
Hunter Lab41.370270.242024.0938
CIE-Lab48.404574.025448.0943

#e60726 color RGB value is (230,7,38).

#e60726 hex color red value is 230, green value is 7 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #e60726 hue: 0.98 , saturation: 0.94 and the lightness value of e60726 is 0.46.

The process color (four color CMYK) of #e60726 color hex is 0.00, 0.97, 0.83, 0.10. Web safe color of #e60726 is #ff0033. Color #e60726 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000111 00100110
Octal 346 7 46
Decimal 230 7 38
Hex E6 7 26

RGB Percentages of Color #e60726

%83.64
%2.55
%13.82

CMYK Percentages of Color #e60726

%0
%97
%83
%10

Triadic Colors of #e60726

#e60726 #26e607 #0726e6

Analogous Colors of #e60726

#e60726 #e65707 #e60796

Monochromatic Colors of #e60726

#e60726

Complementary Color

#e60726 #07e6c7

#e60726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60726 Color CSS Codes

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

#e60726 Text Font Color

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

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


#e60726 Background Color

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

This div background color is #e60726


#e60726 Border Color

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

This div border color is #e60726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60726


Comments

No comments written yet.

Please login to write comment.