Color Hex Logo

#c99adb Color Hex

#C99ADB
(201,154,219)
0 Favorites   0 Comments

Color spaces of #c99adb

RGB 201154219
HSL0.790.470.73
HSV283°30°86°
CMYK 0.080.300.00   0.14
XYZ48.429240.643272.3103
Yxy40.64320.30010.2518
Hunter Lab63.752024.0314-22.6229
CIE-Lab69.925228.9882-26.3456

#c99adb color RGB value is (201,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011010 11011011
Octal 311 232 333
Decimal 201 154 219
Hex C9 9A DB

RGB Percentages of Color #c99adb

%35.02
%26.83
%38.15

CMYK Percentages of Color #c99adb

%8
%30
%0
%14

Triadic Colors of #c99adb

#c99adb #dbc99a #9adbc9

Analogous Colors of #c99adb

#c99adb #db9acd #a99adb

Monochromatic Colors of #c99adb

#c99adb

Complementary Color

#c99adb #acdb9a

#c99adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99adb Color CSS Codes

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

#c99adb Text Font Color

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

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


#c99adb Background Color

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

This div background color is #c99adb


#c99adb Border Color

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

This div border color is #c99adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99adb


Comments

No comments written yet.

Please login to write comment.