Color Hex Logo

#e6489d Color Hex

#E6489D
(230,72,157)
0 Favorites   0 Comments

Color spaces of #e6489d

RGB 23072157
HSL0.910.760.59
HSV328°69°90°
CMYK 0.000.690.32   0.10
XYZ41.036323.892034.3471
Yxy23.89200.41340.2407
Hunter Lab48.879464.3191-7.4469
CIE-Lab55.979567.6462-12.0440

#e6489d color RGB value is (230,72,157).

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

The process color (four color CMYK) of #e6489d color hex is 0.00, 0.69, 0.32, 0.10. Web safe color of #e6489d is #ff3399. Color #e6489d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001000 10011101
Octal 346 110 235
Decimal 230 72 157
Hex E6 48 9D

RGB Percentages of Color #e6489d

%50.11
%15.69
%34.20

CMYK Percentages of Color #e6489d

%0
%69
%32
%10

Triadic Colors of #e6489d

#e6489d #9de648 #489de6

Analogous Colors of #e6489d

#e6489d #e6484e #e048e6

Monochromatic Colors of #e6489d

#e6489d

Complementary Color

#e6489d #48e691

#e6489d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6489d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6489d Color CSS Codes

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

#e6489d Text Font Color

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

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


#e6489d Background Color

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

This div background color is #e6489d


#e6489d Border Color

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

This div border color is #e6489d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6489d


Comments

No comments written yet.

Please login to write comment.