Color Hex Logo

#e699dc Color Hex

#E699DC
(230,153,220)
0 Favorites   0 Comments

Color spaces of #e699dc

RGB 230153220
HSL0.850.610.75
HSV308°33°90°
CMYK 0.000.330.04   0.10
XYZ56.942644.772873.3509
Yxy44.77280.32530.2557
Hunter Lab66.912534.8069-18.1562
CIE-Lab72.742038.9964-22.3220

#e699dc color RGB value is (230,153,220).

#e699dc hex color red value is 230, green value is 153 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e699dc hue: 0.85 , saturation: 0.61 and the lightness value of e699dc is 0.75.

The process color (four color CMYK) of #e699dc color hex is 0.00, 0.33, 0.04, 0.10. Web safe color of #e699dc is #ff99cc. Color #e699dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011001 11011100
Octal 346 231 334
Decimal 230 153 220
Hex E6 99 DC

RGB Percentages of Color #e699dc

%38.14
%25.37
%36.48

CMYK Percentages of Color #e699dc

%0
%33
%4
%10

Triadic Colors of #e699dc

#e699dc #dce699 #99dce6

Analogous Colors of #e699dc

#e699dc #e699b6 #ca99e6

Monochromatic Colors of #e699dc

#e699dc

Complementary Color

#e699dc #99e6a3

#e699dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e699dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e699dc Color CSS Codes

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

#e699dc Text Font Color

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

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


#e699dc Background Color

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

This div background color is #e699dc


#e699dc Border Color

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

This div border color is #e699dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e699dc


Comments

No comments written yet.

Please login to write comment.