Color Hex Logo

#e69cec Color Hex

#E69CEC
(230,156,236)
0 Favorites   0 Comments

Color spaces of #e69cec

RGB 230156236
HSL0.820.680.77
HSV296°34°93°
CMYK 0.030.340.00   0.07
XYZ59.661946.656185.2179
Yxy46.65610.31150.2436
Hunter Lab68.305336.3783-26.1567
CIE-Lab73.969340.3123-29.1926

#e69cec color RGB value is (230,156,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011100 11101100
Octal 346 234 354
Decimal 230 156 236
Hex E6 9C EC

RGB Percentages of Color #e69cec

%36.98
%25.08
%37.94

CMYK Percentages of Color #e69cec

%3
%34
%0
%7

Triadic Colors of #e69cec

#e69cec #ece69c #9cece6

Analogous Colors of #e69cec

#e69cec #ec9cca #be9cec

Monochromatic Colors of #e69cec

#e69cec

Complementary Color

#e69cec #a2ec9c

#e69cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69cec Color CSS Codes

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

#e69cec Text Font Color

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

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


#e69cec Background Color

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

This div background color is #e69cec


#e69cec Border Color

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

This div border color is #e69cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69cec


Comments

No comments written yet.

Please login to write comment.