Color Hex Logo

#c979db Color Hex

#C979DB
(201,121,219)
0 Favorites   0 Comments

Color spaces of #c979db

RGB 201121219
HSL0.800.580.67
HSV289°45°86°
CMYK 0.080.450.00   0.14
XYZ43.710931.206770.7375
Yxy31.20670.30010.2143
Hunter Lab55.863041.9101-35.9730
CIE-Lab62.681746.7952-37.5599

#c979db color RGB value is (201,121,219).

#c979db hex color red value is 201, green value is 121 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c979db hue: 0.80 , saturation: 0.58 and the lightness value of c979db is 0.67.

The process color (four color CMYK) of #c979db color hex is 0.08, 0.45, 0.00, 0.14. Web safe color of #c979db is #cc66cc. Color #c979db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111001 11011011
Octal 311 171 333
Decimal 201 121 219
Hex C9 79 DB

RGB Percentages of Color #c979db

%37.15
%22.37
%40.48

CMYK Percentages of Color #c979db

%8
%45
%0
%14

Triadic Colors of #c979db

#c979db #dbc979 #79dbc9

Analogous Colors of #c979db

#c979db #db79bc #9879db

Monochromatic Colors of #c979db

#c979db

Complementary Color

#c979db #8bdb79

#c979db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c979db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c979db Color CSS Codes

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

#c979db Text Font Color

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

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


#c979db Background Color

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

This div background color is #c979db


#c979db Border Color

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

This div border color is #c979db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c979db


Comments

No comments written yet.

Please login to write comment.