Color Hex Logo

#c9abdf Color Hex

#C9ABDF
(201,171,223)
0 Favorites   0 Comments

Color spaces of #c9abdf

RGB 201171223
HSL0.760.450.77
HSV275°23°87°
CMYK 0.100.230.00   0.13
XYZ51.969646.871076.1200
Yxy46.87100.29700.2679
Hunter Lab68.462415.6896-17.9980
CIE-Lab74.107220.4661-22.1474

#c9abdf color RGB value is (201,171,223).

#c9abdf hex color red value is 201, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c9abdf hue: 0.76 , saturation: 0.45 and the lightness value of c9abdf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101011 11011111
Octal 311 253 337
Decimal 201 171 223
Hex C9 AB DF

RGB Percentages of Color #c9abdf

%33.78
%28.74
%37.48

CMYK Percentages of Color #c9abdf

%10
%23
%0
%13

Triadic Colors of #c9abdf

#c9abdf #dfc9ab #abdfc9

Analogous Colors of #c9abdf

#c9abdf #dfabdb #afabdf

Monochromatic Colors of #c9abdf

#c9abdf

Complementary Color

#c9abdf #c1dfab

#c9abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9abdf Color CSS Codes

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

#c9abdf Text Font Color

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

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


#c9abdf Background Color

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

This div background color is #c9abdf


#c9abdf Border Color

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

This div border color is #c9abdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,171,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9abdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9abdf;
  -webkit-box-shadow: 1px 1px 3px 2px #c9abdf;
  box-shadow:         1px 1px 3px 2px #c9abdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,171,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9abdf


Comments

No comments written yet.

Please login to write comment.