Color Hex Logo

#e6818a Color Hex

#E6818A
(230,129,138)
0 Favorites   0 Comments

Color spaces of #e6818a

RGB 230129138
HSL0.990.670.70
HSV355°44°90°
CMYK 0.000.440.40   0.10
XYZ45.070834.358528.3011
Yxy34.35850.41840.3189
Hunter Lab58.616134.673112.4048
CIE-Lab65.246139.703312.4422

#e6818a color RGB value is (230,129,138).

#e6818a hex color red value is 230, green value is 129 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e6818a hue: 0.99 , saturation: 0.67 and the lightness value of e6818a is 0.70.

The process color (four color CMYK) of #e6818a color hex is 0.00, 0.44, 0.40, 0.10. Web safe color of #e6818a is #ff9999. Color #e6818a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000001 10001010
Octal 346 201 212
Decimal 230 129 138
Hex E6 81 8A

RGB Percentages of Color #e6818a

%46.28
%25.96
%27.77

CMYK Percentages of Color #e6818a

%0
%44
%40
%10

Triadic Colors of #e6818a

#e6818a #8ae681 #818ae6

Analogous Colors of #e6818a

#e6818a #e6ab81 #e681bd

Monochromatic Colors of #e6818a

#e6818a

Complementary Color

#e6818a #81e6dd

#e6818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6818a Color CSS Codes

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

#e6818a Text Font Color

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

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


#e6818a Background Color

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

This div background color is #e6818a


#e6818a Border Color

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

This div border color is #e6818a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6818a


Comments

No comments written yet.

Please login to write comment.