Color Hex Logo

#e60d44 Color Hex

#E60D44
(230,13,68)
0 Favorites   0 Comments

Color spaces of #e60d44

RGB 2301368
HSL0.960.890.48
HSV345°94°90°
CMYK 0.000.940.70   0.10
XYZ33.820417.52827.0696
Yxy17.52820.57890.3000
Hunter Lab41.866770.927719.2950
CIE-Lab48.918874.487731.5440

#e60d44 color RGB value is (230,13,68).

#e60d44 hex color red value is 230, green value is 13 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #e60d44 hue: 0.96 , saturation: 0.89 and the lightness value of e60d44 is 0.48.

The process color (four color CMYK) of #e60d44 color hex is 0.00, 0.94, 0.70, 0.10. Web safe color of #e60d44 is #ff0033. Color #e60d44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001101 01000100
Octal 346 15 104
Decimal 230 13 68
Hex E6 D 44

RGB Percentages of Color #e60d44

%73.95
%4.18
%21.86

CMYK Percentages of Color #e60d44

%0
%94
%70
%10

Triadic Colors of #e60d44

#e60d44 #44e60d #0d44e6

Analogous Colors of #e60d44

#e60d44 #e6430d #e60db1

Monochromatic Colors of #e60d44

#e60d44

Complementary Color

#e60d44 #0de6af

#e60d44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60d44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60d44 Color CSS Codes

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

#e60d44 Text Font Color

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

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


#e60d44 Background Color

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

This div background color is #e60d44


#e60d44 Border Color

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

This div border color is #e60d44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60d44


Comments

No comments written yet.

Please login to write comment.