Color Hex Logo

#cc8cbf Color Hex

#CC8CBF
(204,140,191)
0 Favorites   0 Comments

Color spaces of #cc8cbf

RGB 204140191
HSL0.870.390.67
HSV312°31°80°
CMYK 0.000.310.06   0.20
XYZ43.683935.355153.8120
Yxy35.35510.32880.2661
Hunter Lab59.460227.0842-12.0359
CIE-Lab66.024232.3085-16.7049

#cc8cbf color RGB value is (204,140,191).

#cc8cbf hex color red value is 204, green value is 140 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cc8cbf hue: 0.87 , saturation: 0.39 and the lightness value of cc8cbf is 0.67.

The process color (four color CMYK) of #cc8cbf color hex is 0.00, 0.31, 0.06, 0.20. Web safe color of #cc8cbf is #cc99cc. Color #cc8cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001100 10111111
Octal 314 214 277
Decimal 204 140 191
Hex CC 8C BF

RGB Percentages of Color #cc8cbf

%38.13
%26.17
%35.70

CMYK Percentages of Color #cc8cbf

%0
%31
%6
%20

Triadic Colors of #cc8cbf

#cc8cbf #bfcc8c #8cbfcc

Analogous Colors of #cc8cbf

#cc8cbf #cc8c9f #b98ccc

Monochromatic Colors of #cc8cbf

#cc8cbf

Complementary Color

#cc8cbf #8ccc99

#cc8cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8cbf Color CSS Codes

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

#cc8cbf Text Font Color

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

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


#cc8cbf Background Color

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

This div background color is #cc8cbf


#cc8cbf Border Color

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

This div border color is #cc8cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8cbf


Comments

No comments written yet.

Please login to write comment.