Color Hex Logo

#c97acd Color Hex

#C97ACD
(201,122,205)
0 Favorites   0 Comments

Color spaces of #c97acd

RGB 201122205
HSL0.830.450.64
HSV297°40°80°
CMYK 0.020.400.00   0.20
XYZ42.066430.744461.4747
Yxy30.74440.31330.2289
Hunter Lab55.447638.3891-26.9214
CIE-Lab62.291343.5762-30.3160

#c97acd color RGB value is (201,122,205).

#c97acd hex color red value is 201, green value is 122 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c97acd hue: 0.83 , saturation: 0.45 and the lightness value of c97acd is 0.64.

The process color (four color CMYK) of #c97acd color hex is 0.02, 0.40, 0.00, 0.20. Web safe color of #c97acd is #cc66cc. Color #c97acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111010 11001101
Octal 311 172 315
Decimal 201 122 205
Hex C9 7A CD

RGB Percentages of Color #c97acd

%38.07
%23.11
%38.83

CMYK Percentages of Color #c97acd

%2
%40
%0
%20

Triadic Colors of #c97acd

#c97acd #cdc97a #7acdc9

Analogous Colors of #c97acd

#c97acd #cd7aa8 #a07acd

Monochromatic Colors of #c97acd

#c97acd

Complementary Color

#c97acd #7ecd7a

#c97acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97acd Color CSS Codes

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

#c97acd Text Font Color

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

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


#c97acd Background Color

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

This div background color is #c97acd


#c97acd Border Color

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

This div border color is #c97acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97acd


Comments

No comments written yet.

Please login to write comment.