Color Hex Logo

#c39dda Color Hex

#C39DDA
(195,157,218)
0 Favorites   0 Comments

Color spaces of #c39dda

RGB 195157218
HSL0.770.450.74
HSV277°28°85°
CMYK 0.110.280.00   0.15
XYZ47.217540.778071.7120
Yxy40.77800.29560.2553
Hunter Lab63.857720.2352-21.8822
CIE-Lab70.020125.2204-25.6994

#c39dda color RGB value is (195,157,218).

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

The process color (four color CMYK) of #c39dda color hex is 0.11, 0.28, 0.00, 0.15. Web safe color of #c39dda is #cc99cc. Color #c39dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011101 11011010
Octal 303 235 332
Decimal 195 157 218
Hex C3 9D DA

RGB Percentages of Color #c39dda

%34.21
%27.54
%38.25

CMYK Percentages of Color #c39dda

%11
%28
%0
%15

Triadic Colors of #c39dda

#c39dda #dac39d #9ddac3

Analogous Colors of #c39dda

#c39dda #da9dd3 #a59dda

Monochromatic Colors of #c39dda

#c39dda

Complementary Color

#c39dda #b4da9d

#c39dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39dda Color CSS Codes

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

#c39dda Text Font Color

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

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


#c39dda Background Color

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

This div background color is #c39dda


#c39dda Border Color

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

This div border color is #c39dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39dda


Comments

No comments written yet.

Please login to write comment.