Color Hex Logo

#cc9ffe Color Hex

#CC9FFE
(204,159,254)
0 Favorites   0 Comments

Color spaces of #cc9ffe

RGB 204159254
HSL0.750.980.81
HSV268°37°100°
CMYK 0.200.370.00   0.00
XYZ55.189444.789499.5024
Yxy44.78940.27670.2245
Hunter Lab66.924930.0809-41.3036
CIE-Lab72.753034.5781-41.0607

#cc9ffe color RGB value is (204,159,254).

#cc9ffe hex color red value is 204, green value is 159 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cc9ffe hue: 0.75 , saturation: 0.98 and the lightness value of cc9ffe is 0.81.

The process color (four color CMYK) of #cc9ffe color hex is 0.20, 0.37, 0.00, 0.00. Web safe color of #cc9ffe is #cc99ff. Color #cc9ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011111 11111110
Octal 314 237 376
Decimal 204 159 254
Hex CC 9F FE

RGB Percentages of Color #cc9ffe

%33.06
%25.77
%41.17

CMYK Percentages of Color #cc9ffe

%20
%37
%0
%0

Triadic Colors of #cc9ffe

#cc9ffe #fecc9f #9ffecc

Analogous Colors of #cc9ffe

#cc9ffe #fc9ffe #9fa2fe

Monochromatic Colors of #cc9ffe

#cc9ffe

Complementary Color

#cc9ffe #d1fe9f

#cc9ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9ffe Color CSS Codes

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

#cc9ffe Text Font Color

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

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


#cc9ffe Background Color

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

This div background color is #cc9ffe


#cc9ffe Border Color

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

This div border color is #cc9ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.