Color Hex Logo

#cc8cae Color Hex

#CC8CAE
(204,140,174)
0 Favorites   0 Comments

Color spaces of #cc8cae

RGB 204140174
HSL0.910.390.67
HSV328°31°80°
CMYK 0.000.310.15   0.20
XYZ41.919934.649544.5230
Yxy34.64950.34620.2861
Hunter Lab58.863824.1072-3.6407
CIE-Lab65.474929.4110-7.9731

#cc8cae color RGB value is (204,140,174).

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

The process color (four color CMYK) of #cc8cae color hex is 0.00, 0.31, 0.15, 0.20. Web safe color of #cc8cae is #cc9999. Color #cc8cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001100 10101110
Octal 314 214 256
Decimal 204 140 174
Hex CC 8C AE

RGB Percentages of Color #cc8cae

%39.38
%27.03
%33.59

CMYK Percentages of Color #cc8cae

%0
%31
%15
%20

Triadic Colors of #cc8cae

#cc8cae #aecc8c #8caecc

Analogous Colors of #cc8cae

#cc8cae #cc8c8e #ca8ccc

Monochromatic Colors of #cc8cae

#cc8cae

Complementary Color

#cc8cae #8cccaa

#cc8cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8cae Color CSS Codes

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

#cc8cae Text Font Color

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

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


#cc8cae Background Color

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

This div background color is #cc8cae


#cc8cae Border Color

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

This div border color is #cc8cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8cae


Comments

No comments written yet.

Please login to write comment.