Color Hex Logo

#cc91ff Color Hex

#CC91FF
(204,145,255)
1 Favorites   0 Comments

Color spaces of #cc91ff

RGB 204145255
HSL0.761.000.78
HSV272°43°100°
CMYK 0.200.430.00   0.00
XYZ53.077240.308299.5905
Yxy40.30820.27500.2089
Hunter Lab63.488738.1224-48.5621
CIE-Lab69.688542.3964-46.4016

#cc91ff color RGB value is (204,145,255).

#cc91ff hex color red value is 204, green value is 145 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cc91ff hue: 0.76 , saturation: 1.00 and the lightness value of cc91ff is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010001 11111111
Octal 314 221 377
Decimal 204 145 255
Hex CC 91 FF

RGB Percentages of Color #cc91ff

%33.77
%24.01
%42.22

CMYK Percentages of Color #cc91ff

%20
%43
%0
%0

Triadic Colors of #cc91ff

#cc91ff #ffcc91 #91ffcc

Analogous Colors of #cc91ff

#cc91ff #ff91fb #9591ff

Monochromatic Colors of #cc91ff

#cc91ff

Complementary Color

#cc91ff #c4ff91

#cc91ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc91ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc91ff Color CSS Codes

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

#cc91ff Text Font Color

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

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


#cc91ff Background Color

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

This div background color is #cc91ff


#cc91ff Border Color

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

This div border color is #cc91ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc91ff

Related Colors

#cc91ff Color Palettes


Comments

No comments written yet.

Please login to write comment.