Color Hex Logo

#e6186d Color Hex

#E6186D
(230,24,109)
1 Favorites   0 Comments

Color spaces of #e6186d

RGB 23024109
HSL0.930.810.50
HSV335°90°90°
CMYK 0.000.900.53   0.10
XYZ35.720118.580416.1717
Yxy18.58040.50690.2637
Hunter Lab43.105072.48517.9297
CIE-Lab50.192675.51048.2092

#e6186d color RGB value is (230,24,109).

#e6186d hex color red value is 230, green value is 24 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #e6186d hue: 0.93 , saturation: 0.81 and the lightness value of e6186d is 0.50.

The process color (four color CMYK) of #e6186d color hex is 0.00, 0.90, 0.53, 0.10. Web safe color of #e6186d is #ff0066. Color #e6186d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011000 01101101
Octal 346 30 155
Decimal 230 24 109
Hex E6 18 6D

RGB Percentages of Color #e6186d

%63.36
%6.61
%30.03

CMYK Percentages of Color #e6186d

%0
%90
%53
%10

Triadic Colors of #e6186d

#e6186d #6de618 #186de6

Analogous Colors of #e6186d

#e6186d #e62a18 #e618d4

Monochromatic Colors of #e6186d

#e6186d

Complementary Color

#e6186d #18e691

#e6186d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6186d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6186d Color CSS Codes

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

#e6186d Text Font Color

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

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


#e6186d Background Color

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

This div background color is #e6186d


#e6186d Border Color

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

This div border color is #e6186d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6186d

#e6186d Color Palettes


Comments

No comments written yet.

Please login to write comment.