Color Hex Logo

#cc91be Color Hex

#CC91BE
(204,145,190)
0 Favorites   0 Comments

Color spaces of #cc91be

RGB 204145190
HSL0.870.370.68
HSV314°29°80°
CMYK 0.000.290.07   0.20
XYZ44.321536.805953.4834
Yxy36.80590.32930.2734
Hunter Lab60.667924.2361-9.8012
CIE-Lab67.131229.4054-14.4738

#cc91be color RGB value is (204,145,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010001 10111110
Octal 314 221 276
Decimal 204 145 190
Hex CC 91 BE

RGB Percentages of Color #cc91be

%37.85
%26.90
%35.25

CMYK Percentages of Color #cc91be

%0
%29
%7
%20

Triadic Colors of #cc91be

#cc91be #becc91 #91becc

Analogous Colors of #cc91be

#cc91be #cc91a1 #bd91cc

Monochromatic Colors of #cc91be

#cc91be

Complementary Color

#cc91be #91cc9f

#cc91be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc91be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc91be Color CSS Codes

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

#cc91be Text Font Color

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

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


#cc91be Background Color

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

This div background color is #cc91be


#cc91be Border Color

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

This div border color is #cc91be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc91be


Comments

No comments written yet.

Please login to write comment.