Color Hex Logo

#cc91bc Color Hex

#CC91BC
(204,145,188)
0 Favorites   0 Comments

Color spaces of #cc91bc

RGB 204145188
HSL0.880.370.68
HSV316°29°80°
CMYK 0.000.290.08   0.20
XYZ44.104336.719052.3399
Yxy36.71900.33120.2757
Hunter Lab60.596223.8760-8.7943
CIE-Lab67.065729.0532-13.4540

#cc91bc color RGB value is (204,145,188).

#cc91bc hex color red value is 204, green value is 145 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cc91bc hue: 0.88 , saturation: 0.37 and the lightness value of cc91bc is 0.68.

The process color (four color CMYK) of #cc91bc color hex is 0.00, 0.29, 0.08, 0.20. Web safe color of #cc91bc is #cc99cc. Color #cc91bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010001 10111100
Octal 314 221 274
Decimal 204 145 188
Hex CC 91 BC

RGB Percentages of Color #cc91bc

%37.99
%27.00
%35.01

CMYK Percentages of Color #cc91bc

%0
%29
%8
%20

Triadic Colors of #cc91bc

#cc91bc #bccc91 #91bccc

Analogous Colors of #cc91bc

#cc91bc #cc919f #bf91cc

Monochromatic Colors of #cc91bc

#cc91bc

Complementary Color

#cc91bc #91cca1

#cc91bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc91bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc91bc Color CSS Codes

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

#cc91bc Text Font Color

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

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


#cc91bc Background Color

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

This div background color is #cc91bc


#cc91bc Border Color

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

This div border color is #cc91bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc91bc


Comments

No comments written yet.

Please login to write comment.