Color Hex Logo

#c972db Color Hex

#C972DB
(201,114,219)
0 Favorites   0 Comments

Color spaces of #c972db

RGB 201114219
HSL0.800.590.65
HSV290°48°86°
CMYK 0.080.480.00   0.14
XYZ42.890929.566670.4642
Yxy29.56660.30010.2069
Hunter Lab54.375245.6434-38.7706
CIE-Lab61.278550.4152-39.7560

#c972db color RGB value is (201,114,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110010 11011011
Octal 311 162 333
Decimal 201 114 219
Hex C9 72 DB

RGB Percentages of Color #c972db

%37.64
%21.35
%41.01

CMYK Percentages of Color #c972db

%8
%48
%0
%14

Triadic Colors of #c972db

#c972db #dbc972 #72dbc9

Analogous Colors of #c972db

#c972db #db72b9 #9572db

Monochromatic Colors of #c972db

#c972db

Complementary Color

#c972db #84db72

#c972db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c972db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c972db Color CSS Codes

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

#c972db Text Font Color

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

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


#c972db Background Color

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

This div background color is #c972db


#c972db Border Color

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

This div border color is #c972db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c972db


Comments

No comments written yet.

Please login to write comment.