Color Hex Logo

#c39fec Color Hex

#C39FEC
(195,159,236)
0 Favorites   0 Comments

Color spaces of #c39fec

RGB 195159236
HSL0.740.670.77
HSV268°33°93°
CMYK 0.170.330.00   0.07
XYZ50.044142.454584.9138
Yxy42.45450.28210.2393
Hunter Lab65.157123.0725-31.6577
CIE-Lab71.183227.9565-33.7767

#c39fec color RGB value is (195,159,236).

#c39fec hex color red value is 195, green value is 159 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c39fec hue: 0.74 , saturation: 0.67 and the lightness value of c39fec is 0.77.

The process color (four color CMYK) of #c39fec color hex is 0.17, 0.33, 0.00, 0.07. Web safe color of #c39fec is #cc99ff. Color #c39fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011111 11101100
Octal 303 237 354
Decimal 195 159 236
Hex C3 9F EC

RGB Percentages of Color #c39fec

%33.05
%26.95
%40.00

CMYK Percentages of Color #c39fec

%17
%33
%0
%7

Triadic Colors of #c39fec

#c39fec #ecc39f #9fecc3

Analogous Colors of #c39fec

#c39fec #ea9fec #9fa2ec

Monochromatic Colors of #c39fec

#c39fec

Complementary Color

#c39fec #c8ec9f

#c39fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39fec Color CSS Codes

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

#c39fec Text Font Color

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

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


#c39fec Background Color

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

This div background color is #c39fec


#c39fec Border Color

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

This div border color is #c39fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39fec


Comments

No comments written yet.

Please login to write comment.