Color Hex Logo

#cca2bc Color Hex

#CCA2BC
(204,162,188)
0 Favorites   0 Comments

Color spaces of #cca2bc

RGB 204162188
HSL0.900.290.72
HSV323°21°80°
CMYK 0.000.210.08   0.20
XYZ46.899342.308953.2715
Yxy42.30890.32920.2969
Hunter Lab65.045314.8738-3.0263
CIE-Lab71.083419.7458-7.4510

#cca2bc color RGB value is (204,162,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 10111100
Octal 314 242 274
Decimal 204 162 188
Hex CC A2 BC

RGB Percentages of Color #cca2bc

%36.82
%29.24
%33.94

CMYK Percentages of Color #cca2bc

%0
%21
%8
%20

Triadic Colors of #cca2bc

#cca2bc #bccca2 #a2bccc

Analogous Colors of #cca2bc

#cca2bc #cca2a7 #c7a2cc

Monochromatic Colors of #cca2bc

#cca2bc

Complementary Color

#cca2bc #a2ccb2

#cca2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca2bc Color CSS Codes

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

#cca2bc Text Font Color

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

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


#cca2bc Background Color

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

This div background color is #cca2bc


#cca2bc Border Color

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

This div border color is #cca2bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,162,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 #cca2bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca2bc


Comments

No comments written yet.

Please login to write comment.