Color Hex Logo

#e6469e Color Hex

#E6469E
(230,70,158)
0 Favorites   0 Comments

Color spaces of #e6469e

RGB 23070158
HSL0.910.760.59
HSV327°70°90°
CMYK 0.000.700.31   0.10
XYZ40.994823.671934.7562
Yxy23.67190.41230.2381
Hunter Lab48.653865.2568-8.2966
CIE-Lab55.757868.4744-12.9646

#e6469e color RGB value is (230,70,158).

#e6469e hex color red value is 230, green value is 70 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e6469e hue: 0.91 , saturation: 0.76 and the lightness value of e6469e is 0.59.

The process color (four color CMYK) of #e6469e color hex is 0.00, 0.70, 0.31, 0.10. Web safe color of #e6469e is #ff3399. Color #e6469e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000110 10011110
Octal 346 106 236
Decimal 230 70 158
Hex E6 46 9E

RGB Percentages of Color #e6469e

%50.22
%15.28
%34.50

CMYK Percentages of Color #e6469e

%0
%70
%31
%10

Triadic Colors of #e6469e

#e6469e #9ee646 #469ee6

Analogous Colors of #e6469e

#e6469e #e6464e #de46e6

Monochromatic Colors of #e6469e

#e6469e

Complementary Color

#e6469e #46e68e

#e6469e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6469e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6469e Color CSS Codes

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

#e6469e Text Font Color

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

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


#e6469e Background Color

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

This div background color is #e6469e


#e6469e Border Color

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

This div border color is #e6469e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6469e


Comments

No comments written yet.

Please login to write comment.