Color Hex Logo

#c977dc Color Hex

#C977DC
(201,119,220)
0 Favorites   0 Comments

Color spaces of #c977dc

RGB 201119220
HSL0.800.590.66
HSV289°46°86°
CMYK 0.090.460.00   0.14
XYZ43.602530.778571.3529
Yxy30.77850.29920.2112
Hunter Lab55.478443.2026-37.4203
CIE-Lab62.320248.0342-38.6841

#c977dc color RGB value is (201,119,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110111 11011100
Octal 311 167 334
Decimal 201 119 220
Hex C9 77 DC

RGB Percentages of Color #c977dc

%37.22
%22.04
%40.74

CMYK Percentages of Color #c977dc

%9
%46
%0
%14

Triadic Colors of #c977dc

#c977dc #dcc977 #77dcc9

Analogous Colors of #c977dc

#c977dc #dc77bd #9777dc

Monochromatic Colors of #c977dc

#c977dc

Complementary Color

#c977dc #8adc77

#c977dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c977dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c977dc Color CSS Codes

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

#c977dc Text Font Color

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

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


#c977dc Background Color

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

This div background color is #c977dc


#c977dc Border Color

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

This div border color is #c977dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c977dc


Comments

No comments written yet.

Please login to write comment.