Color Hex Logo

#e6488e Color Hex

#E6488E
(230,72,142)
0 Favorites   0 Comments

Color spaces of #e6488e

RGB 23072142
HSL0.930.760.59
HSV333°69°90°
CMYK 0.000.690.38   0.10
XYZ39.833023.410728.0105
Yxy23.41070.43650.2565
Hunter Lab48.384662.2784-0.4546
CIE-Lab55.492966.0133-3.9354

#e6488e color RGB value is (230,72,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001000 10001110
Octal 346 110 216
Decimal 230 72 142
Hex E6 48 8E

RGB Percentages of Color #e6488e

%51.80
%16.22
%31.98

CMYK Percentages of Color #e6488e

%0
%69
%38
%10

Triadic Colors of #e6488e

#e6488e #8ee648 #488ee6

Analogous Colors of #e6488e

#e6488e #e65148 #e648dd

Monochromatic Colors of #e6488e

#e6488e

Complementary Color

#e6488e #48e6a0

#e6488e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6488e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6488e Color CSS Codes

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

#e6488e Text Font Color

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

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


#e6488e Background Color

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

This div background color is #e6488e


#e6488e Border Color

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

This div border color is #e6488e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,72,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 #e6488e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6488e


Comments

No comments written yet.

Please login to write comment.