Color Hex Logo

#e6458a Color Hex

#E6458A
(230,69,138)
0 Favorites   0 Comments

Color spaces of #e6458a

RGB 23069138
HSL0.930.760.59
HSV334°70°90°
CMYK 0.000.700.40   0.10
XYZ39.348722.914226.3937
Yxy22.91420.44380.2585
Hunter Lab47.868862.95870.8171
CIE-Lab54.983966.6847-2.3170

#e6458a color RGB value is (230,69,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000101 10001010
Octal 346 105 212
Decimal 230 69 138
Hex E6 45 8A

RGB Percentages of Color #e6458a

%52.63
%15.79
%31.58

CMYK Percentages of Color #e6458a

%0
%70
%40
%10

Triadic Colors of #e6458a

#e6458a #8ae645 #458ae6

Analogous Colors of #e6458a

#e6458a #e65145 #e645db

Monochromatic Colors of #e6458a

#e6458a

Complementary Color

#e6458a #45e6a1

#e6458a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6458a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6458a Color CSS Codes

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

#e6458a Text Font Color

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

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


#e6458a Background Color

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

This div background color is #e6458a


#e6458a Border Color

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

This div border color is #e6458a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6458a


Comments

No comments written yet.

Please login to write comment.