Color Hex Logo

#e6808a Color Hex

#E6808A
(230,128,138)
0 Favorites   0 Comments

Color spaces of #e6808a

RGB 230128138
HSL0.980.670.70
HSV354°44°90°
CMYK 0.000.440.40   0.10
XYZ44.939734.096328.2574
Yxy34.09630.41880.3178
Hunter Lab58.392035.191212.1825
CIE-Lab65.038940.218012.1507

#e6808a color RGB value is (230,128,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000000 10001010
Octal 346 200 212
Decimal 230 128 138
Hex E6 80 8A

RGB Percentages of Color #e6808a

%46.37
%25.81
%27.82

CMYK Percentages of Color #e6808a

%0
%44
%40
%10

Triadic Colors of #e6808a

#e6808a #8ae680 #808ae6

Analogous Colors of #e6808a

#e6808a #e6a980 #e680bd

Monochromatic Colors of #e6808a

#e6808a

Complementary Color

#e6808a #80e6dc

#e6808a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6808a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6808a Color CSS Codes

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

#e6808a Text Font Color

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

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


#e6808a Background Color

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

This div background color is #e6808a


#e6808a Border Color

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

This div border color is #e6808a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6808a


Comments

No comments written yet.

Please login to write comment.