Color Hex Logo

#c5a9db Color Hex

#C5A9DB
(197,169,219)
0 Favorites   0 Comments

Color spaces of #c5a9db

RGB 197169219
HSL0.760.410.76
HSV274°23°86°
CMYK 0.100.230.00   0.14
XYZ50.000145.360773.1380
Yxy45.36070.29670.2692
Hunter Lab67.350414.6532-17.2397
CIE-Lab73.128819.4518-21.4854

#c5a9db color RGB value is (197,169,219).

#c5a9db hex color red value is 197, green value is 169 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c5a9db hue: 0.76 , saturation: 0.41 and the lightness value of c5a9db is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101001 11011011
Octal 305 251 333
Decimal 197 169 219
Hex C5 A9 DB

RGB Percentages of Color #c5a9db

%33.68
%28.89
%37.44

CMYK Percentages of Color #c5a9db

%10
%23
%0
%14

Triadic Colors of #c5a9db

#c5a9db #dbc5a9 #a9dbc5

Analogous Colors of #c5a9db

#c5a9db #dba9d8 #aca9db

Monochromatic Colors of #c5a9db

#c5a9db

Complementary Color

#c5a9db #bfdba9

#c5a9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5a9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5a9db Color CSS Codes

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

#c5a9db Text Font Color

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

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


#c5a9db Background Color

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

This div background color is #c5a9db


#c5a9db Border Color

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

This div border color is #c5a9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5a9db


Comments

No comments written yet.

Please login to write comment.