Color Hex Logo

#e6163d Color Hex

#E6163D
(230,22,61)
0 Favorites   0 Comments

Color spaces of #e6163d

RGB 2302261
HSL0.970.830.49
HSV349°90°90°
CMYK 0.000.900.73   0.10
XYZ33.762317.73376.0584
Yxy17.73370.58660.3081
Hunter Lab42.111469.415220.9482
CIE-Lab49.171573.195336.0111

#e6163d color RGB value is (230,22,61).

#e6163d hex color red value is 230, green value is 22 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #e6163d hue: 0.97 , saturation: 0.83 and the lightness value of e6163d is 0.49.

The process color (four color CMYK) of #e6163d color hex is 0.00, 0.90, 0.73, 0.10. Web safe color of #e6163d is #ff0033. Color #e6163d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010110 00111101
Octal 346 26 75
Decimal 230 22 61
Hex E6 16 3D

RGB Percentages of Color #e6163d

%73.48
%7.03
%19.49

CMYK Percentages of Color #e6163d

%0
%90
%73
%10

Triadic Colors of #e6163d

#e6163d #3de616 #163de6

Analogous Colors of #e6163d

#e6163d #e65716 #e616a5

Monochromatic Colors of #e6163d

#e6163d

Complementary Color

#e6163d #16e6bf

#e6163d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6163d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6163d Color CSS Codes

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

#e6163d Text Font Color

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

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


#e6163d Background Color

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

This div background color is #e6163d


#e6163d Border Color

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

This div border color is #e6163d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6163d


Comments

No comments written yet.

Please login to write comment.