Color Hex Logo

#c39fcc Color Hex

#C39FCC
(195,159,204)
0 Favorites   0 Comments

Color spaces of #c39fcc

RGB 195159204
HSL0.800.310.71
HSV288°22°80°
CMYK 0.040.220.00   0.20
XYZ45.802940.758062.5797
Yxy40.75800.30710.2733
Hunter Lab63.842016.3398-13.4283
CIE-Lab70.006021.2862-17.9993

#c39fcc color RGB value is (195,159,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011111 11001100
Octal 303 237 314
Decimal 195 159 204
Hex C3 9F CC

RGB Percentages of Color #c39fcc

%34.95
%28.49
%36.56

CMYK Percentages of Color #c39fcc

%4
%22
%0
%20

Triadic Colors of #c39fcc

#c39fcc #ccc39f #9fccc3

Analogous Colors of #c39fcc

#c39fcc #cc9fbf #ad9fcc

Monochromatic Colors of #c39fcc

#c39fcc

Complementary Color

#c39fcc #a8cc9f

#c39fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39fcc Color CSS Codes

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

#c39fcc Text Font Color

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

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


#c39fcc Background Color

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

This div background color is #c39fcc


#c39fcc Border Color

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

This div border color is #c39fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39fcc


Comments

No comments written yet.

Please login to write comment.