Color Hex Logo

#c39bda Color Hex

#C39BDA
(195,155,218)
0 Favorites   0 Comments

Color spaces of #c39bda

RGB 195155218
HSL0.770.460.73
HSV278°29°85°
CMYK 0.110.290.00   0.15
XYZ46.881940.106771.6001
Yxy40.10670.29560.2529
Hunter Lab63.329921.3130-22.7018
CIE-Lab69.545526.3258-26.4272

#c39bda color RGB value is (195,155,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011011 11011010
Octal 303 233 332
Decimal 195 155 218
Hex C3 9B DA

RGB Percentages of Color #c39bda

%34.33
%27.29
%38.38

CMYK Percentages of Color #c39bda

%11
%29
%0
%15

Triadic Colors of #c39bda

#c39bda #dac39b #9bdac3

Analogous Colors of #c39bda

#c39bda #da9bd2 #a49bda

Monochromatic Colors of #c39bda

#c39bda

Complementary Color

#c39bda #b2da9b

#c39bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39bda Color CSS Codes

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

#c39bda Text Font Color

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

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


#c39bda Background Color

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

This div background color is #c39bda


#c39bda Border Color

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

This div border color is #c39bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39bda


Comments

No comments written yet.

Please login to write comment.