Color Hex Logo

#c99eee Color Hex

#C99EEE
(201,158,238)
0 Favorites   0 Comments

Color spaces of #c99eee

RGB 201158238
HSL0.760.700.78
HSV272°34°93°
CMYK 0.160.340.00   0.07
XYZ51.746943.044386.4699
Yxy43.04430.28550.2375
Hunter Lab65.608225.9734-32.2170
CIE-Lab71.585030.7526-34.2016

#c99eee color RGB value is (201,158,238).

#c99eee hex color red value is 201, green value is 158 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c99eee hue: 0.76 , saturation: 0.70 and the lightness value of c99eee is 0.78.

The process color (four color CMYK) of #c99eee color hex is 0.16, 0.34, 0.00, 0.07. Web safe color of #c99eee is #cc99ff. Color #c99eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011110 11101110
Octal 311 236 356
Decimal 201 158 238
Hex C9 9E EE

RGB Percentages of Color #c99eee

%33.67
%26.47
%39.87

CMYK Percentages of Color #c99eee

%16
%34
%0
%7

Triadic Colors of #c99eee

#c99eee #eec99e #9eeec9

Analogous Colors of #c99eee

#c99eee #ee9eeb #a19eee

Monochromatic Colors of #c99eee

#c99eee

Complementary Color

#c99eee #c3ee9e

#c99eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99eee Color CSS Codes

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

#c99eee Text Font Color

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

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


#c99eee Background Color

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

This div background color is #c99eee


#c99eee Border Color

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

This div border color is #c99eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99eee

#c99eee Color Palettes


Comments

No comments written yet.

Please login to write comment.