Color Hex Logo

#c977cf Color Hex

#C977CF
(201,119,207)
0 Favorites   0 Comments

Color spaces of #c977cf

RGB 201119207
HSL0.820.480.64
HSV296°43°81°
CMYK 0.030.430.00   0.19
XYZ41.946730.116262.6336
Yxy30.11620.31140.2236
Hunter Lab54.878240.4013-29.2541
CIE-Lab61.754445.5288-32.2740

#c977cf color RGB value is (201,119,207).

#c977cf hex color red value is 201, green value is 119 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c977cf hue: 0.82 , saturation: 0.48 and the lightness value of c977cf is 0.64.

The process color (four color CMYK) of #c977cf color hex is 0.03, 0.43, 0.00, 0.19. Web safe color of #c977cf is #cc66cc. Color #c977cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110111 11001111
Octal 311 167 317
Decimal 201 119 207
Hex C9 77 CF

RGB Percentages of Color #c977cf

%38.14
%22.58
%39.28

CMYK Percentages of Color #c977cf

%3
%43
%0
%19

Triadic Colors of #c977cf

#c977cf #cfc977 #77cfc9

Analogous Colors of #c977cf

#c977cf #cf77a9 #9d77cf

Monochromatic Colors of #c977cf

#c977cf

Complementary Color

#c977cf #7dcf77

#c977cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c977cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c977cf Color CSS Codes

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

#c977cf Text Font Color

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

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


#c977cf Background Color

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

This div background color is #c977cf


#c977cf Border Color

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

This div border color is #c977cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c977cf


Comments

No comments written yet.

Please login to write comment.