Color Hex Logo

#c39cfc Color Hex

#C39CFC
(195,156,252)
0 Favorites   0 Comments

Color spaces of #c39cfc

RGB 195156252
HSL0.730.940.80
HSV264°38°99°
CMYK 0.230.380.00   0.01
XYZ51.964842.407397.5420
Yxy42.40730.27080.2210
Hunter Lab65.120928.4769-43.2235
CIE-Lab71.150833.1964-42.5400

#c39cfc color RGB value is (195,156,252).

#c39cfc hex color red value is 195, green value is 156 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c39cfc hue: 0.73 , saturation: 0.94 and the lightness value of c39cfc is 0.80.

The process color (four color CMYK) of #c39cfc color hex is 0.23, 0.38, 0.00, 0.01. Web safe color of #c39cfc is #cc99ff. Color #c39cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011100 11111100
Octal 303 234 374
Decimal 195 156 252
Hex C3 9C FC

RGB Percentages of Color #c39cfc

%32.34
%25.87
%41.79

CMYK Percentages of Color #c39cfc

%23
%38
%0
%1

Triadic Colors of #c39cfc

#c39cfc #fcc39c #9cfcc3

Analogous Colors of #c39cfc

#c39cfc #f39cfc #9ca5fc

Monochromatic Colors of #c39cfc

#c39cfc

Complementary Color

#c39cfc #d5fc9c

#c39cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39cfc Color CSS Codes

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

#c39cfc Text Font Color

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

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


#c39cfc Background Color

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

This div background color is #c39cfc


#c39cfc Border Color

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

This div border color is #c39cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39cfc


Comments

No comments written yet.

Please login to write comment.