Color Hex Logo

#e60027 Color Hex

#E60027
(230,0,39)
0 Favorites   0 Comments

Color spaces of #e60027

RGB 230039
HSL0.971.000.45
HSV350°100°90°
CMYK 0.001.000.83   0.10
XYZ32.999316.96953.4556
Yxy16.96950.61770.3176
Hunter Lab41.194170.901323.8622
CIE-Lab48.221674.602047.4054

#e60027 color RGB value is (230,0,39).

#e60027 hex color red value is 230, green value is 0 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #e60027 hue: 0.97 , saturation: 1.00 and the lightness value of e60027 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000000 00100111
Octal 346 0 47
Decimal 230 0 39
Hex E6 0 27

RGB Percentages of Color #e60027

%85.50
%0.00
%14.50

CMYK Percentages of Color #e60027

%0
%100
%83
%10

Triadic Colors of #e60027

#e60027 #27e600 #0027e6

Analogous Colors of #e60027

#e60027 #e64c00 #e6009a

Monochromatic Colors of #e60027

#e60027

Complementary Color

#e60027 #00e6bf

#e60027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60027 Color CSS Codes

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

#e60027 Text Font Color

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

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


#e60027 Background Color

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

This div background color is #e60027


#e60027 Border Color

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

This div border color is #e60027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60027


Comments

No comments written yet.

Please login to write comment.