Color Hex Logo

#c97ddb Color Hex

#C97DDB
(201,125,219)
0 Favorites   0 Comments

Color spaces of #c97ddb

RGB 201125219
HSL0.800.570.67
HSV289°43°86°
CMYK 0.080.430.00   0.14
XYZ44.207232.199270.9029
Yxy32.19920.30010.2186
Hunter Lab56.744339.7595-34.3627
CIE-Lab63.507244.6924-36.2716

#c97ddb color RGB value is (201,125,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111101 11011011
Octal 311 175 333
Decimal 201 125 219
Hex C9 7D DB

RGB Percentages of Color #c97ddb

%36.88
%22.94
%40.18

CMYK Percentages of Color #c97ddb

%8
%43
%0
%14

Triadic Colors of #c97ddb

#c97ddb #dbc97d #7ddbc9

Analogous Colors of #c97ddb

#c97ddb #db7dbe #9a7ddb

Monochromatic Colors of #c97ddb

#c97ddb

Complementary Color

#c97ddb #8fdb7d

#c97ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97ddb Color CSS Codes

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

#c97ddb Text Font Color

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

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


#c97ddb Background Color

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

This div background color is #c97ddb


#c97ddb Border Color

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

This div border color is #c97ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97ddb


Comments

No comments written yet.

Please login to write comment.