Color Hex Logo

#e60629 Color Hex

#E60629
(230,6,41)
0 Favorites   0 Comments

Color spaces of #e60629

RGB 230641
HSL0.970.950.46
HSV351°97°90°
CMYK 0.000.970.82   0.10
XYZ33.098517.11333.6565
Yxy17.11330.61440.3177
Hunter Lab41.368270.422523.7172
CIE-Lab48.402574.174146.5132

#e60629 color RGB value is (230,6,41).

#e60629 hex color red value is 230, green value is 6 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #e60629 hue: 0.97 , saturation: 0.95 and the lightness value of e60629 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000110 00101001
Octal 346 6 51
Decimal 230 6 41
Hex E6 6 29

RGB Percentages of Color #e60629

%83.03
%2.17
%14.80

CMYK Percentages of Color #e60629

%0
%97
%82
%10

Triadic Colors of #e60629

#e60629 #29e606 #0629e6

Analogous Colors of #e60629

#e60629 #e65306 #e60699

Monochromatic Colors of #e60629

#e60629

Complementary Color

#e60629 #06e6c3

#e60629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60629 Color CSS Codes

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

#e60629 Text Font Color

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

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


#e60629 Background Color

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

This div background color is #e60629


#e60629 Border Color

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

This div border color is #e60629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60629


Comments

No comments written yet.

Please login to write comment.