Color Hex Logo

#cc91b6 Color Hex

#CC91B6
(204,145,182)
0 Favorites   0 Comments

Color spaces of #cc91b6

RGB 204145182
HSL0.900.370.68
HSV322°29°80°
CMYK 0.000.290.11   0.20
XYZ43.470736.465649.0034
Yxy36.46560.33710.2828
Hunter Lab60.386822.8202-5.8427
CIE-Lab66.874228.0162-10.3817

#cc91b6 color RGB value is (204,145,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010001 10110110
Octal 314 221 266
Decimal 204 145 182
Hex CC 91 B6

RGB Percentages of Color #cc91b6

%38.42
%27.31
%34.27

CMYK Percentages of Color #cc91b6

%0
%29
%11
%20

Triadic Colors of #cc91b6

#cc91b6 #b6cc91 #91b6cc

Analogous Colors of #cc91b6

#cc91b6 #cc9199 #c591cc

Monochromatic Colors of #cc91b6

#cc91b6

Complementary Color

#cc91b6 #91cca7

#cc91b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc91b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc91b6 Color CSS Codes

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

#cc91b6 Text Font Color

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

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


#cc91b6 Background Color

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

This div background color is #cc91b6


#cc91b6 Border Color

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

This div border color is #cc91b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc91b6


Comments

No comments written yet.

Please login to write comment.