Color Hex Logo

#e6797d Color Hex

#E6797D
(230,121,125)
0 Favorites   0 Comments

Color spaces of #e6797d

RGB 230121125
HSL0.990.690.69
HSV358°47°90°
CMYK 0.000.470.46   0.10
XYZ43.172231.978423.2991
Yxy31.97840.43850.3248
Hunter Lab56.549437.312815.1564
CIE-Lab63.325042.430317.1420

#e6797d color RGB value is (230,121,125).

#e6797d hex color red value is 230, green value is 121 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e6797d hue: 0.99 , saturation: 0.69 and the lightness value of e6797d is 0.69.

The process color (four color CMYK) of #e6797d color hex is 0.00, 0.47, 0.46, 0.10. Web safe color of #e6797d is #ff6666. Color #e6797d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111001 01111101
Octal 346 171 175
Decimal 230 121 125
Hex E6 79 7D

RGB Percentages of Color #e6797d

%48.32
%25.42
%26.26

CMYK Percentages of Color #e6797d

%0
%47
%46
%10

Triadic Colors of #e6797d

#e6797d #7de679 #797de6

Analogous Colors of #e6797d

#e6797d #e6ac79 #e679b4

Monochromatic Colors of #e6797d

#e6797d

Complementary Color

#e6797d #79e6e2

#e6797d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6797d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6797d Color CSS Codes

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

#e6797d Text Font Color

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

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


#e6797d Background Color

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

This div background color is #e6797d


#e6797d Border Color

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

This div border color is #e6797d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6797d


Comments

No comments written yet.

Please login to write comment.