Color Hex Logo

#e6828e Color Hex

#E6828E
(230,130,142)
0 Favorites   0 Comments

Color spaces of #e6828e

RGB 230130142
HSL0.980.670.71
HSV353°43°90°
CMYK 0.000.430.38   0.10
XYZ45.498234.741329.8989
Yxy34.74130.41310.3154
Hunter Lab58.941834.639311.1837
CIE-Lab65.546839.636110.6023

#e6828e color RGB value is (230,130,142).

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

The process color (four color CMYK) of #e6828e color hex is 0.00, 0.43, 0.38, 0.10. Web safe color of #e6828e is #ff9999. Color #e6828e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000010 10001110
Octal 346 202 216
Decimal 230 130 142
Hex E6 82 8E

RGB Percentages of Color #e6828e

%45.82
%25.90
%28.29

CMYK Percentages of Color #e6828e

%0
%43
%38
%10

Triadic Colors of #e6828e

#e6828e #8ee682 #828ee6

Analogous Colors of #e6828e

#e6828e #e6a882 #e682c0

Monochromatic Colors of #e6828e

#e6828e

Complementary Color

#e6828e #82e6da

#e6828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6828e Color CSS Codes

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

#e6828e Text Font Color

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

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


#e6828e Background Color

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

This div background color is #e6828e


#e6828e Border Color

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

This div border color is #e6828e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6828e


Comments

No comments written yet.

Please login to write comment.