Color Hex Logo

#c97bdd Color Hex

#C97BDD
(201,123,221)
0 Favorites   0 Comments

Color spaces of #c97bdd

RGB 201123221
HSL0.800.590.67
HSV288°44°87°
CMYK 0.090.440.00   0.13
XYZ44.221531.803972.2146
Yxy31.80390.29830.2145
Hunter Lab56.394941.2777-36.4453
CIE-Lab63.180546.1424-37.8974

#c97bdd color RGB value is (201,123,221).

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

The process color (four color CMYK) of #c97bdd color hex is 0.09, 0.44, 0.00, 0.13. Web safe color of #c97bdd is #cc66cc. Color #c97bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111011 11011101
Octal 311 173 335
Decimal 201 123 221
Hex C9 7B DD

RGB Percentages of Color #c97bdd

%36.88
%22.57
%40.55

CMYK Percentages of Color #c97bdd

%9
%44
%0
%13

Triadic Colors of #c97bdd

#c97bdd #ddc97b #7bddc9

Analogous Colors of #c97bdd

#c97bdd #dd7bc0 #987bdd

Monochromatic Colors of #c97bdd

#c97bdd

Complementary Color

#c97bdd #8fdd7b

#c97bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97bdd Color CSS Codes

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

#c97bdd Text Font Color

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

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


#c97bdd Background Color

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

This div background color is #c97bdd


#c97bdd Border Color

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

This div border color is #c97bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,123,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c97bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97bdd


Comments

No comments written yet.

Please login to write comment.