Color Hex Logo

#c59bde Color Hex

#C59BDE
(197,155,222)
0 Favorites   0 Comments

Color spaces of #c59bde

RGB 197155222
HSL0.770.500.74
HSV278°30°87°
CMYK 0.110.300.00   0.13
XYZ47.932140.586974.4150
Yxy40.58690.29420.2491
Hunter Lab63.707822.8099-24.6592
CIE-Lab69.885527.7882-28.0908

#c59bde color RGB value is (197,155,222).

#c59bde hex color red value is 197, green value is 155 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c59bde hue: 0.77 , saturation: 0.50 and the lightness value of c59bde is 0.74.

The process color (four color CMYK) of #c59bde color hex is 0.11, 0.30, 0.00, 0.13. Web safe color of #c59bde is #cc99cc. Color #c59bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011011 11011110
Octal 305 233 336
Decimal 197 155 222
Hex C5 9B DE

RGB Percentages of Color #c59bde

%34.32
%27.00
%38.68

CMYK Percentages of Color #c59bde

%11
%30
%0
%13

Triadic Colors of #c59bde

#c59bde #dec59b #9bdec5

Analogous Colors of #c59bde

#c59bde #de9bd6 #a49bde

Monochromatic Colors of #c59bde

#c59bde

Complementary Color

#c59bde #b4de9b

#c59bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59bde Color CSS Codes

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

#c59bde Text Font Color

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

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


#c59bde Background Color

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

This div background color is #c59bde


#c59bde Border Color

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

This div border color is #c59bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,155,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59bde


Comments

No comments written yet.

Please login to write comment.