Color Hex Logo

#cca1ba Color Hex

#CCA1BA
(204,161,186)
0 Favorites   0 Comments

Color spaces of #cca1ba

RGB 204161186
HSL0.900.300.72
HSV325°21°80°
CMYK 0.000.210.09   0.20
XYZ46.509641.872352.0852
Yxy41.87230.33110.2981
Hunter Lab64.708815.0569-2.4273
CIE-Lab70.782819.9440-6.7906

#cca1ba color RGB value is (204,161,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100001 10111010
Octal 314 241 272
Decimal 204 161 186
Hex CC A1 BA

RGB Percentages of Color #cca1ba

%37.02
%29.22
%33.76

CMYK Percentages of Color #cca1ba

%0
%21
%9
%20

Triadic Colors of #cca1ba

#cca1ba #bacca1 #a1bacc

Analogous Colors of #cca1ba

#cca1ba #cca1a5 #c9a1cc

Monochromatic Colors of #cca1ba

#cca1ba

Complementary Color

#cca1ba #a1ccb3

#cca1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca1ba Color CSS Codes

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

#cca1ba Text Font Color

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

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


#cca1ba Background Color

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

This div background color is #cca1ba


#cca1ba Border Color

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

This div border color is #cca1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca1ba


Comments

No comments written yet.

Please login to write comment.