Color Hex Logo

#c39ecc Color Hex

#C39ECC
(195,158,204)
0 Favorites   0 Comments

Color spaces of #c39ecc

RGB 195158204
HSL0.800.310.71
HSV288°23°80°
CMYK 0.040.230.00   0.20
XYZ45.631640.415562.5227
Yxy40.41550.30710.2720
Hunter Lab63.573216.8708-13.8091
CIE-Lab69.764521.8383-18.3653

#c39ecc color RGB value is (195,158,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011110 11001100
Octal 303 236 314
Decimal 195 158 204
Hex C3 9E CC

RGB Percentages of Color #c39ecc

%35.01
%28.37
%36.62

CMYK Percentages of Color #c39ecc

%4
%23
%0
%20

Triadic Colors of #c39ecc

#c39ecc #ccc39e #9eccc3

Analogous Colors of #c39ecc

#c39ecc #cc9ebe #ac9ecc

Monochromatic Colors of #c39ecc

#c39ecc

Complementary Color

#c39ecc #a7cc9e

#c39ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39ecc Color CSS Codes

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

#c39ecc Text Font Color

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

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


#c39ecc Background Color

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

This div background color is #c39ecc


#c39ecc Border Color

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

This div border color is #c39ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39ecc


Comments

No comments written yet.

Please login to write comment.