Color Hex Logo

#e6458e Color Hex

#E6458E
(230,69,142)
0 Favorites   0 Comments

Color spaces of #e6458e

RGB 23069142
HSL0.920.760.59
HSV333°70°90°
CMYK 0.000.700.38   0.10
XYZ39.643723.032227.9474
Yxy23.03220.43750.2542
Hunter Lab47.991963.4642-0.9324
CIE-Lab55.105567.0894-4.5077

#e6458e color RGB value is (230,69,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000101 10001110
Octal 346 105 216
Decimal 230 69 142
Hex E6 45 8E

RGB Percentages of Color #e6458e

%52.15
%15.65
%32.20

CMYK Percentages of Color #e6458e

%0
%70
%38
%10

Triadic Colors of #e6458e

#e6458e #8ee645 #458ee6

Analogous Colors of #e6458e

#e6458e #e64d45 #e645df

Monochromatic Colors of #e6458e

#e6458e

Complementary Color

#e6458e #45e69d

#e6458e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6458e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6458e Color CSS Codes

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

#e6458e Text Font Color

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

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


#e6458e Background Color

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

This div background color is #e6458e


#e6458e Border Color

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

This div border color is #e6458e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6458e


Comments

No comments written yet.

Please login to write comment.