Color Hex Logo

#cca4bc Color Hex

#CCA4BC
(204,164,188)
0 Favorites   0 Comments

Color spaces of #cca4bc

RGB 204164188
HSL0.900.280.72
HSV324°20°80°
CMYK 0.000.200.08   0.20
XYZ47.254443.019153.3899
Yxy43.01910.32890.2994
Hunter Lab65.588913.8220-2.3502
CIE-Lab71.567918.6518-6.7322

#cca4bc color RGB value is (204,164,188).

#cca4bc hex color red value is 204, green value is 164 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cca4bc hue: 0.90 , saturation: 0.28 and the lightness value of cca4bc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100100 10111100
Octal 314 244 274
Decimal 204 164 188
Hex CC A4 BC

RGB Percentages of Color #cca4bc

%36.69
%29.50
%33.81

CMYK Percentages of Color #cca4bc

%0
%20
%8
%20

Triadic Colors of #cca4bc

#cca4bc #bccca4 #a4bccc

Analogous Colors of #cca4bc

#cca4bc #cca4a8 #c8a4cc

Monochromatic Colors of #cca4bc

#cca4bc

Complementary Color

#cca4bc #a4ccb4

#cca4bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca4bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca4bc Color CSS Codes

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

#cca4bc Text Font Color

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

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


#cca4bc Background Color

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

This div background color is #cca4bc


#cca4bc Border Color

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

This div border color is #cca4bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca4bc


Comments

No comments written yet.

Please login to write comment.