Color Hex Logo

#c975db Color Hex

#C975DB
(201,117,219)
0 Favorites   0 Comments

Color spaces of #c975db

RGB 201117219
HSL0.800.590.66
HSV289°47°86°
CMYK 0.080.470.00   0.14
XYZ43.234930.254670.5788
Yxy30.25460.30010.2100
Hunter Lab55.004244.0489-37.5752
CIE-Lab61.873348.8739-38.8242

#c975db color RGB value is (201,117,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110101 11011011
Octal 311 165 333
Decimal 201 117 219
Hex C9 75 DB

RGB Percentages of Color #c975db

%37.43
%21.79
%40.78

CMYK Percentages of Color #c975db

%8
%47
%0
%14

Triadic Colors of #c975db

#c975db #dbc975 #75dbc9

Analogous Colors of #c975db

#c975db #db75ba #9675db

Monochromatic Colors of #c975db

#c975db

Complementary Color

#c975db #87db75

#c975db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c975db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c975db Color CSS Codes

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

#c975db Text Font Color

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

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


#c975db Background Color

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

This div background color is #c975db


#c975db Border Color

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

This div border color is #c975db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c975db


Comments

No comments written yet.

Please login to write comment.