Color Hex Logo

#c97cdb Color Hex

#C97CDB
(201,124,219)
0 Favorites   0 Comments

Color spaces of #c97cdb

RGB 201124219
HSL0.800.570.67
HSV289°43°86°
CMYK 0.080.430.00   0.14
XYZ44.081231.947370.8609
Yxy31.94730.30010.2175
Hunter Lab56.521940.2979-34.7658
CIE-Lab63.299345.2200-36.5958

#c97cdb color RGB value is (201,124,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111100 11011011
Octal 311 174 333
Decimal 201 124 219
Hex C9 7C DB

RGB Percentages of Color #c97cdb

%36.95
%22.79
%40.26

CMYK Percentages of Color #c97cdb

%8
%43
%0
%14

Triadic Colors of #c97cdb

#c97cdb #dbc97c #7cdbc9

Analogous Colors of #c97cdb

#c97cdb #db7cbe #9a7cdb

Monochromatic Colors of #c97cdb

#c97cdb

Complementary Color

#c97cdb #8edb7c

#c97cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97cdb Color CSS Codes

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

#c97cdb Text Font Color

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

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


#c97cdb Background Color

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

This div background color is #c97cdb


#c97cdb Border Color

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

This div border color is #c97cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97cdb


Comments

No comments written yet.

Please login to write comment.