Color Hex Logo

#e999ec Color Hex

#E999EC
(233,153,236)
0 Favorites   0 Comments

Color spaces of #e999ec

RGB 233153236
HSL0.830.690.76
HSV298°35°93°
CMYK 0.010.350.00   0.07
XYZ60.135846.162285.0976
Yxy46.16220.31420.2412
Hunter Lab67.942839.0896-26.7002
CIE-Lab73.650742.8161-29.6551

#e999ec color RGB value is (233,153,236).

#e999ec hex color red value is 233, green value is 153 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e999ec hue: 0.83 , saturation: 0.69 and the lightness value of e999ec is 0.76.

The process color (four color CMYK) of #e999ec color hex is 0.01, 0.35, 0.00, 0.07. Web safe color of #e999ec is #ff99ff. Color #e999ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011001 11101100
Octal 351 231 354
Decimal 233 153 236
Hex E9 99 EC

RGB Percentages of Color #e999ec

%37.46
%24.60
%37.94

CMYK Percentages of Color #e999ec

%1
%35
%0
%7

Triadic Colors of #e999ec

#e999ec #ece999 #99ece9

Analogous Colors of #e999ec

#e999ec #ec99c6 #c099ec

Monochromatic Colors of #e999ec

#e999ec

Complementary Color

#e999ec #9cec99

#e999ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e999ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e999ec Color CSS Codes

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

#e999ec Text Font Color

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

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


#e999ec Background Color

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

This div background color is #e999ec


#e999ec Border Color

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

This div border color is #e999ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,153,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 #e999ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e999ec


Comments

No comments written yet.

Please login to write comment.