Color Hex Logo

#c7aadb Color Hex

#C7AADB
(199,170,219)
0 Favorites   0 Comments

Color spaces of #c7aadb

RGB 199170219
HSL0.770.400.76
HSV276°22°86°
CMYK 0.090.220.00   0.14
XYZ50.714146.006073.2250
Yxy46.00600.29840.2707
Hunter Lab67.827714.7641-16.5285
CIE-Lab73.549419.5508-20.8296

#c7aadb color RGB value is (199,170,219).

#c7aadb hex color red value is 199, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c7aadb hue: 0.77 , saturation: 0.40 and the lightness value of c7aadb is 0.76.

The process color (four color CMYK) of #c7aadb color hex is 0.09, 0.22, 0.00, 0.14. Web safe color of #c7aadb is #cc99cc. Color #c7aadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101010 11011011
Octal 307 252 333
Decimal 199 170 219
Hex C7 AA DB

RGB Percentages of Color #c7aadb

%33.84
%28.91
%37.24

CMYK Percentages of Color #c7aadb

%9
%22
%0
%14

Triadic Colors of #c7aadb

#c7aadb #dbc7aa #aadbc7

Analogous Colors of #c7aadb

#c7aadb #dbaad7 #afaadb

Monochromatic Colors of #c7aadb

#c7aadb

Complementary Color

#c7aadb #bedbaa

#c7aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7aadb Color CSS Codes

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

#c7aadb Text Font Color

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

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


#c7aadb Background Color

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

This div background color is #c7aadb


#c7aadb Border Color

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

This div border color is #c7aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7aadb


Comments

No comments written yet.

Please login to write comment.