Color Hex Logo

#cca7ba Color Hex

#CCA7BA
(204,167,186)
0 Favorites   0 Comments

Color spaces of #cca7ba

RGB 204167186
HSL0.910.270.73
HSV329°18°80°
CMYK 0.000.180.09   0.20
XYZ47.583544.020052.4432
Yxy44.02000.33030.3056
Hunter Lab66.347611.9093-0.4214
CIE-Lab72.241916.6643-4.6325

#cca7ba color RGB value is (204,167,186).

#cca7ba hex color red value is 204, green value is 167 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cca7ba hue: 0.91 , saturation: 0.27 and the lightness value of cca7ba is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100111 10111010
Octal 314 247 272
Decimal 204 167 186
Hex CC A7 BA

RGB Percentages of Color #cca7ba

%36.62
%29.98
%33.39

CMYK Percentages of Color #cca7ba

%0
%18
%9
%20

Triadic Colors of #cca7ba

#cca7ba #bacca7 #a7bacc

Analogous Colors of #cca7ba

#cca7ba #cca7a8 #cca7cc

Monochromatic Colors of #cca7ba

#cca7ba

Complementary Color

#cca7ba #a7ccb9

#cca7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca7ba Color CSS Codes

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

#cca7ba Text Font Color

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

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


#cca7ba Background Color

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

This div background color is #cca7ba


#cca7ba Border Color

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

This div border color is #cca7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca7ba


Comments

No comments written yet.

Please login to write comment.