Color Hex Logo

#e6699d Color Hex

#E6699D
(230,105,157)
0 Favorites   0 Comments

Color spaces of #e6699d

RGB 230105157
HSL0.930.710.66
HSV335°54°90°
CMYK 0.000.540.32   0.10
XYZ43.770529.360535.2585
Yxy29.36050.40380.2709
Hunter Lab54.185349.3666-0.6504
CIE-Lab61.098553.7949-4.4119

#e6699d color RGB value is (230,105,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101001 10011101
Octal 346 151 235
Decimal 230 105 157
Hex E6 69 9D

RGB Percentages of Color #e6699d

%46.75
%21.34
%31.91

CMYK Percentages of Color #e6699d

%0
%54
%32
%10

Triadic Colors of #e6699d

#e6699d #9de669 #699de6

Analogous Colors of #e6699d

#e6699d #e67469 #e669dc

Monochromatic Colors of #e6699d

#e6699d

Complementary Color

#e6699d #69e6b2

#e6699d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6699d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6699d Color CSS Codes

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

#e6699d Text Font Color

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

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


#e6699d Background Color

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

This div background color is #e6699d


#e6699d Border Color

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

This div border color is #e6699d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6699d


Comments

No comments written yet.

Please login to write comment.