Color Hex Logo

#e69cee Color Hex

#E69CEE
(230,156,238)
0 Favorites   0 Comments

Color spaces of #e69cee

RGB 230156238
HSL0.820.710.77
HSV294°34°93°
CMYK 0.030.340.00   0.07
XYZ59.954246.773086.7571
Yxy46.77300.30990.2417
Hunter Lab68.390836.7966-27.3387
CIE-Lab74.044340.6867-30.1662

#e69cee color RGB value is (230,156,238).

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

The process color (four color CMYK) of #e69cee color hex is 0.03, 0.34, 0.00, 0.07. Web safe color of #e69cee is #ff99ff. Color #e69cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011100 11101110
Octal 346 234 356
Decimal 230 156 238
Hex E6 9C EE

RGB Percentages of Color #e69cee

%36.86
%25.00
%38.14

CMYK Percentages of Color #e69cee

%3
%34
%0
%7

Triadic Colors of #e69cee

#e69cee #eee69c #9ceee6

Analogous Colors of #e69cee

#e69cee #ee9ccd #bd9cee

Monochromatic Colors of #e69cee

#e69cee

Complementary Color

#e69cee #a4ee9c

#e69cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69cee Color CSS Codes

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

#e69cee Text Font Color

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

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


#e69cee Background Color

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

This div background color is #e69cee


#e69cee Border Color

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

This div border color is #e69cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69cee


Comments

No comments written yet.

Please login to write comment.