Color Hex Logo

#cca3ba Color Hex

#CCA3BA
(204,163,186)
0 Favorites   0 Comments

Color spaces of #cca3ba

RGB 204163186
HSL0.910.290.72
HSV326°20°80°
CMYK 0.000.200.09   0.20
XYZ46.862042.576952.2026
Yxy42.57690.33080.3006
Hunter Lab65.251014.0061-1.7580
CIE-Lab71.266918.8501-6.0734

#cca3ba color RGB value is (204,163,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100011 10111010
Octal 314 243 272
Decimal 204 163 186
Hex CC A3 BA

RGB Percentages of Color #cca3ba

%36.89
%29.48
%33.63

CMYK Percentages of Color #cca3ba

%0
%20
%9
%20

Triadic Colors of #cca3ba

#cca3ba #bacca3 #a3bacc

Analogous Colors of #cca3ba

#cca3ba #cca3a6 #caa3cc

Monochromatic Colors of #cca3ba

#cca3ba

Complementary Color

#cca3ba #a3ccb5

#cca3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca3ba Color CSS Codes

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

#cca3ba Text Font Color

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

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


#cca3ba Background Color

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

This div background color is #cca3ba


#cca3ba Border Color

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

This div border color is #cca3ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca3ba


Comments

No comments written yet.

Please login to write comment.