Color Hex Logo

#e6416f Color Hex

#E6416F
(230,65,111)
0 Favorites   0 Comments

Color spaces of #e6416f

RGB 23065111
HSL0.950.770.58
HSV343°72°90°
CMYK 0.000.720.52   0.10
XYZ37.392721.751317.2665
Yxy21.75130.48940.2847
Hunter Lab46.638361.497110.6964
CIE-Lab53.762165.670812.0253

#e6416f color RGB value is (230,65,111).

#e6416f hex color red value is 230, green value is 65 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e6416f hue: 0.95 , saturation: 0.77 and the lightness value of e6416f is 0.58.

The process color (four color CMYK) of #e6416f color hex is 0.00, 0.72, 0.52, 0.10. Web safe color of #e6416f is #ff3366. Color #e6416f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000001 01101111
Octal 346 101 157
Decimal 230 65 111
Hex E6 41 6F

RGB Percentages of Color #e6416f

%56.65
%16.01
%27.34

CMYK Percentages of Color #e6416f

%0
%72
%52
%10

Triadic Colors of #e6416f

#e6416f #6fe641 #416fe6

Analogous Colors of #e6416f

#e6416f #e66641 #e641c2

Monochromatic Colors of #e6416f

#e6416f

Complementary Color

#e6416f #41e6b8

#e6416f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6416f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6416f Color CSS Codes

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

#e6416f Text Font Color

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

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


#e6416f Background Color

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

This div background color is #e6416f


#e6416f Border Color

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

This div border color is #e6416f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6416f


Comments

No comments written yet.

Please login to write comment.