Color Hex Logo

#cca0ba Color Hex

#CCA0BA
(204,160,186)
0 Favorites   0 Comments

Color spaces of #cca0ba

RGB 204160186
HSL0.900.300.71
HSV325°22°80°
CMYK 0.000.220.09   0.20
XYZ46.335641.524252.0272
Yxy41.52420.33120.2968
Hunter Lab64.439315.5832-2.7623
CIE-Lab70.541620.4915-7.1483

#cca0ba color RGB value is (204,160,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100000 10111010
Octal 314 240 272
Decimal 204 160 186
Hex CC A0 BA

RGB Percentages of Color #cca0ba

%37.09
%29.09
%33.82

CMYK Percentages of Color #cca0ba

%0
%22
%9
%20

Triadic Colors of #cca0ba

#cca0ba #bacca0 #a0bacc

Analogous Colors of #cca0ba

#cca0ba #cca0a4 #c8a0cc

Monochromatic Colors of #cca0ba

#cca0ba

Complementary Color

#cca0ba #a0ccb2

#cca0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca0ba Color CSS Codes

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

#cca0ba Text Font Color

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

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


#cca0ba Background Color

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

This div background color is #cca0ba


#cca0ba Border Color

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

This div border color is #cca0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca0ba


Comments

No comments written yet.

Please login to write comment.