Color Hex Logo

#c39ddc Color Hex

#C39DDC
(195,157,220)
0 Favorites   0 Comments

Color spaces of #c39ddc

RGB 195157220
HSL0.770.470.74
HSV276°29°86°
CMYK 0.110.290.00   0.14
XYZ47.480940.883473.0989
Yxy40.88340.29410.2532
Hunter Lab63.940120.6560-23.0246
CIE-Lab70.094225.6362-26.6863

#c39ddc color RGB value is (195,157,220).

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

The process color (four color CMYK) of #c39ddc color hex is 0.11, 0.29, 0.00, 0.14. Web safe color of #c39ddc is #cc99cc. Color #c39ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011101 11011100
Octal 303 235 334
Decimal 195 157 220
Hex C3 9D DC

RGB Percentages of Color #c39ddc

%34.09
%27.45
%38.46

CMYK Percentages of Color #c39ddc

%11
%29
%0
%14

Triadic Colors of #c39ddc

#c39ddc #dcc39d #9ddcc3

Analogous Colors of #c39ddc

#c39ddc #dc9dd6 #a49ddc

Monochromatic Colors of #c39ddc

#c39ddc

Complementary Color

#c39ddc #b6dc9d

#c39ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39ddc Color CSS Codes

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

#c39ddc Text Font Color

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

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


#c39ddc Background Color

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

This div background color is #c39ddc


#c39ddc Border Color

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

This div border color is #c39ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39ddc


Comments

No comments written yet.

Please login to write comment.