Color Hex Logo

#e6927e Color Hex

#E6927E
(230,146,126)
0 Favorites   0 Comments

Color spaces of #e6927e

RGB 230146126
HSL0.030.680.70
HSV12°45°90°
CMYK 0.000.370.45   0.10
XYZ46.677938.887124.7844
Yxy38.88710.42300.3524
Hunter Lab62.359524.483220.0872
CIE-Lab68.669429.528123.8666

#e6927e color RGB value is (230,146,126).

#e6927e hex color red value is 230, green value is 146 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e6927e hue: 0.03 , saturation: 0.68 and the lightness value of e6927e is 0.70.

The process color (four color CMYK) of #e6927e color hex is 0.00, 0.37, 0.45, 0.10. Web safe color of #e6927e is #ff9966. Color #e6927e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010010 01111110
Octal 346 222 176
Decimal 230 146 126
Hex E6 92 7E

RGB Percentages of Color #e6927e

%45.82
%29.08
%25.10

CMYK Percentages of Color #e6927e

%0
%37
%45
%10

Triadic Colors of #e6927e

#e6927e #7ee692 #927ee6

Analogous Colors of #e6927e

#e6927e #e6c67e #e67e9e

Monochromatic Colors of #e6927e

#e6927e

Complementary Color

#e6927e #7ed2e6

#e6927e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6927e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6927e Color CSS Codes

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

#e6927e Text Font Color

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

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


#e6927e Background Color

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

This div background color is #e6927e


#e6927e Border Color

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

This div border color is #e6927e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6927e


Comments

No comments written yet.

Please login to write comment.