Color Hex Logo

#c999ff Color Hex

#C999FF
(201,153,255)
0 Favorites   0 Comments

Color spaces of #c999ff

RGB 201153255
HSL0.751.000.80
HSV268°40°100°
CMYK 0.210.400.00   0.00
XYZ53.528642.420099.9743
Yxy42.42000.27320.2165
Hunter Lab65.130632.7243-45.4176
CIE-Lab71.159537.2196-44.1144

#c999ff color RGB value is (201,153,255).

#c999ff hex color red value is 201, green value is 153 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c999ff hue: 0.75 , saturation: 1.00 and the lightness value of c999ff is 0.80.

The process color (four color CMYK) of #c999ff color hex is 0.21, 0.40, 0.00, 0.00. Web safe color of #c999ff is #cc99ff. Color #c999ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011001 11111111
Octal 311 231 377
Decimal 201 153 255
Hex C9 99 FF

RGB Percentages of Color #c999ff

%33.00
%25.12
%41.87

CMYK Percentages of Color #c999ff

%21
%40
%0
%0

Triadic Colors of #c999ff

#c999ff #ffc999 #99ffc9

Analogous Colors of #c999ff

#c999ff #fc99ff #999cff

Monochromatic Colors of #c999ff

#c999ff

Complementary Color

#c999ff #cfff99

#c999ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c999ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c999ff Color CSS Codes

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

#c999ff Text Font Color

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

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


#c999ff Background Color

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

This div background color is #c999ff


#c999ff Border Color

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

This div border color is #c999ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c999ff


Comments

No comments written yet.

Please login to write comment.