Color Hex Logo

#c99feb Color Hex

#C99FEB
(201,159,235)
0 Favorites   0 Comments

Color spaces of #c99feb

RGB 201159235
HSL0.760.660.77
HSV273°32°92°
CMYK 0.140.320.00   0.08
XYZ51.480943.211984.2247
Yxy43.21190.28770.2415
Hunter Lab65.735824.7545-29.9510
CIE-Lab71.698629.5625-32.3887

#c99feb color RGB value is (201,159,235).

#c99feb hex color red value is 201, green value is 159 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c99feb hue: 0.76 , saturation: 0.66 and the lightness value of c99feb is 0.77.

The process color (four color CMYK) of #c99feb color hex is 0.14, 0.32, 0.00, 0.08. Web safe color of #c99feb is #cc99ff. Color #c99feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011111 11101011
Octal 311 237 353
Decimal 201 159 235
Hex C9 9F EB

RGB Percentages of Color #c99feb

%33.78
%26.72
%39.50

CMYK Percentages of Color #c99feb

%14
%32
%0
%8

Triadic Colors of #c99feb

#c99feb #ebc99f #9febc9

Analogous Colors of #c99feb

#c99feb #eb9fe7 #a39feb

Monochromatic Colors of #c99feb

#c99feb

Complementary Color

#c99feb #c1eb9f

#c99feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99feb Color CSS Codes

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

#c99feb Text Font Color

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

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


#c99feb Background Color

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

This div background color is #c99feb


#c99feb Border Color

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

This div border color is #c99feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,159,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99feb


Comments

No comments written yet.

Please login to write comment.