Color Hex Logo

#cc8cba Color Hex

#CC8CBA
(204,140,186)
0 Favorites   0 Comments

Color spaces of #cc8cba

RGB 204140186
HSL0.880.390.67
HSV317°31°80°
CMYK 0.000.310.09   0.20
XYZ43.142835.138750.9629
Yxy35.13870.33380.2719
Hunter Lab59.277926.1770-9.4788
CIE-Lab65.856531.4315-14.1526

#cc8cba color RGB value is (204,140,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001100 10111010
Octal 314 214 272
Decimal 204 140 186
Hex CC 8C BA

RGB Percentages of Color #cc8cba

%38.49
%26.42
%35.09

CMYK Percentages of Color #cc8cba

%0
%31
%9
%20

Triadic Colors of #cc8cba

#cc8cba #bacc8c #8cbacc

Analogous Colors of #cc8cba

#cc8cba #cc8c9a #be8ccc

Monochromatic Colors of #cc8cba

#cc8cba

Complementary Color

#cc8cba #8ccc9e

#cc8cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8cba Color CSS Codes

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

#cc8cba Text Font Color

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

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


#cc8cba Background Color

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

This div background color is #cc8cba


#cc8cba Border Color

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

This div border color is #cc8cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8cba


Comments

No comments written yet.

Please login to write comment.