Color Hex Logo

#c97fdc Color Hex

#C97FDC
(201,127,220)
0 Favorites   0 Comments

Color spaces of #c97fdc

RGB 201127220
HSL0.800.570.68
HSV288°42°86°
CMYK 0.090.420.00   0.14
XYZ44.595032.763671.6837
Yxy32.76360.29920.2198
Hunter Lab57.239538.8993-34.1840
CIE-Lab63.969043.8311-36.1093

#c97fdc color RGB value is (201,127,220).

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

The process color (four color CMYK) of #c97fdc color hex is 0.09, 0.42, 0.00, 0.14. Web safe color of #c97fdc is #cc66cc. Color #c97fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111111 11011100
Octal 311 177 334
Decimal 201 127 220
Hex C9 7F DC

RGB Percentages of Color #c97fdc

%36.68
%23.18
%40.15

CMYK Percentages of Color #c97fdc

%9
%42
%0
%14

Triadic Colors of #c97fdc

#c97fdc #dcc97f #7fdcc9

Analogous Colors of #c97fdc

#c97fdc #dc7fc1 #9b7fdc

Monochromatic Colors of #c97fdc

#c97fdc

Complementary Color

#c97fdc #92dc7f

#c97fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97fdc Color CSS Codes

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

#c97fdc Text Font Color

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

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


#c97fdc Background Color

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

This div background color is #c97fdc


#c97fdc Border Color

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

This div border color is #c97fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97fdc


Comments

No comments written yet.

Please login to write comment.