Color Hex Logo

#c7afdb Color Hex

#C7AFDB
(199,175,219)
0 Favorites   0 Comments

Color spaces of #c7afdb

RGB 199175219
HSL0.760.380.77
HSV273°20°86°
CMYK 0.090.200.00   0.14
XYZ51.669347.916573.5434
Yxy47.91650.29840.2768
Hunter Lab69.221712.1000-14.5364
CIE-Lab74.772216.8104-18.9749

#c7afdb color RGB value is (199,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101111 11011011
Octal 307 257 333
Decimal 199 175 219
Hex C7 AF DB

RGB Percentages of Color #c7afdb

%33.56
%29.51
%36.93

CMYK Percentages of Color #c7afdb

%9
%20
%0
%14

Triadic Colors of #c7afdb

#c7afdb #dbc7af #afdbc7

Analogous Colors of #c7afdb

#c7afdb #dbafd9 #b1afdb

Monochromatic Colors of #c7afdb

#c7afdb

Complementary Color

#c7afdb #c3dbaf

#c7afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7afdb Color CSS Codes

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

#c7afdb Text Font Color

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

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


#c7afdb Background Color

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

This div background color is #c7afdb


#c7afdb Border Color

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

This div border color is #c7afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7afdb


Comments

No comments written yet.

Please login to write comment.