Color Hex Logo

#c59adb Color Hex

#C59ADB
(197,154,219)
0 Favorites   0 Comments

Color spaces of #c59adb

RGB 197154219
HSL0.780.470.73
HSV280°30°86°
CMYK 0.100.300.00   0.14
XYZ47.367740.096072.2606
Yxy40.09600.29660.2510
Hunter Lab63.321422.7148-23.3351
CIE-Lab69.537927.7185-26.9734

#c59adb color RGB value is (197,154,219).

#c59adb hex color red value is 197, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c59adb hue: 0.78 , saturation: 0.47 and the lightness value of c59adb is 0.73.

The process color (four color CMYK) of #c59adb color hex is 0.10, 0.30, 0.00, 0.14. Web safe color of #c59adb is #cc99cc. Color #c59adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011010 11011011
Octal 305 232 333
Decimal 197 154 219
Hex C5 9A DB

RGB Percentages of Color #c59adb

%34.56
%27.02
%38.42

CMYK Percentages of Color #c59adb

%10
%30
%0
%14

Triadic Colors of #c59adb

#c59adb #dbc59a #9adbc5

Analogous Colors of #c59adb

#c59adb #db9ad1 #a59adb

Monochromatic Colors of #c59adb

#c59adb

Complementary Color

#c59adb #b0db9a

#c59adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59adb Color CSS Codes

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

#c59adb Text Font Color

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

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


#c59adb Background Color

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

This div background color is #c59adb


#c59adb Border Color

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

This div border color is #c59adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59adb


Comments

No comments written yet.

Please login to write comment.