Color Hex Logo

#c39acc Color Hex

#C39ACC
(195,154,204)
0 Favorites   0 Comments

Color spaces of #c39acc

RGB 195154204
HSL0.800.330.70
HSV289°25°80°
CMYK 0.040.250.00   0.20
XYZ44.960439.072962.2989
Yxy39.07290.30720.2670
Hunter Lab62.508319.0003-15.3355
CIE-Lab68.804024.0489-19.8226

#c39acc color RGB value is (195,154,204).

#c39acc hex color red value is 195, green value is 154 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c39acc hue: 0.80 , saturation: 0.33 and the lightness value of c39acc is 0.70.

The process color (four color CMYK) of #c39acc color hex is 0.04, 0.25, 0.00, 0.20. Web safe color of #c39acc is #cc99cc. Color #c39acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011010 11001100
Octal 303 232 314
Decimal 195 154 204
Hex C3 9A CC

RGB Percentages of Color #c39acc

%35.26
%27.85
%36.89

CMYK Percentages of Color #c39acc

%4
%25
%0
%20

Triadic Colors of #c39acc

#c39acc #ccc39a #9accc3

Analogous Colors of #c39acc

#c39acc #cc9abc #aa9acc

Monochromatic Colors of #c39acc

#c39acc

Complementary Color

#c39acc #a3cc9a

#c39acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39acc Color CSS Codes

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

#c39acc Text Font Color

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

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


#c39acc Background Color

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

This div background color is #c39acc


#c39acc Border Color

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

This div border color is #c39acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,154,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c39acc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39acc


Comments

No comments written yet.

Please login to write comment.