Color Hex Logo

#e6699c Color Hex

#E6699C
(230,105,156)
0 Favorites   0 Comments

Color spaces of #e6699c

RGB 230105156
HSL0.930.710.66
HSV336°54°90°
CMYK 0.000.540.32   0.10
XYZ43.685529.326434.8106
Yxy29.32640.40520.2720
Hunter Lab54.153949.2253-0.2045
CIE-Lab61.068653.6735-3.8793

#e6699c color RGB value is (230,105,156).

#e6699c hex color red value is 230, green value is 105 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #e6699c hue: 0.93 , saturation: 0.71 and the lightness value of e6699c is 0.66.

The process color (four color CMYK) of #e6699c color hex is 0.00, 0.54, 0.32, 0.10. Web safe color of #e6699c is #ff6699. Color #e6699c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101001 10011100
Octal 346 151 234
Decimal 230 105 156
Hex E6 69 9C

RGB Percentages of Color #e6699c

%46.84
%21.38
%31.77

CMYK Percentages of Color #e6699c

%0
%54
%32
%10

Triadic Colors of #e6699c

#e6699c #9ce669 #699ce6

Analogous Colors of #e6699c

#e6699c #e67569 #e669db

Monochromatic Colors of #e6699c

#e6699c

Complementary Color

#e6699c #69e6b3

#e6699c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6699c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6699c Color CSS Codes

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

#e6699c Text Font Color

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

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


#e6699c Background Color

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

This div background color is #e6699c


#e6699c Border Color

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

This div border color is #e6699c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6699c


Comments

No comments written yet.

Please login to write comment.