Color Hex Logo

#e6409a Color Hex

#E6409A
(230,64,154)
0 Favorites   0 Comments

Color spaces of #e6409a

RGB 23064154
HSL0.910.770.58
HSV327°72°90°
CMYK 0.000.720.33   0.10
XYZ40.299322.822932.8531
Yxy22.82290.41990.2378
Hunter Lab47.773366.9708-7.3317
CIE-Lab54.889470.0687-11.9200

#e6409a color RGB value is (230,64,154).

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

The process color (four color CMYK) of #e6409a color hex is 0.00, 0.72, 0.33, 0.10. Web safe color of #e6409a is #ff3399. Color #e6409a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000000 10011010
Octal 346 100 232
Decimal 230 64 154
Hex E6 40 9A

RGB Percentages of Color #e6409a

%51.34
%14.29
%34.38

CMYK Percentages of Color #e6409a

%0
%72
%33
%10

Triadic Colors of #e6409a

#e6409a #9ae640 #409ae6

Analogous Colors of #e6409a

#e6409a #e64047 #df40e6

Monochromatic Colors of #e6409a

#e6409a

Complementary Color

#e6409a #40e68c

#e6409a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6409a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6409a Color CSS Codes

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

#e6409a Text Font Color

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

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


#e6409a Background Color

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

This div background color is #e6409a


#e6409a Border Color

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

This div border color is #e6409a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6409a


Comments

No comments written yet.

Please login to write comment.