Color Hex Logo

#c977da Color Hex

#C977DA
(201,119,218)
0 Favorites   0 Comments

Color spaces of #c977da

RGB 201119218
HSL0.800.570.66
HSV290°45°85°
CMYK 0.080.450.00   0.15
XYZ43.339130.673169.9659
Yxy30.67310.30100.2130
Hunter Lab55.383342.7608-36.1329
CIE-Lab62.230747.6419-37.7054

#c977da color RGB value is (201,119,218).

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

The process color (four color CMYK) of #c977da color hex is 0.08, 0.45, 0.00, 0.15. Web safe color of #c977da is #cc66cc. Color #c977da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110111 11011010
Octal 311 167 332
Decimal 201 119 218
Hex C9 77 DA

RGB Percentages of Color #c977da

%37.36
%22.12
%40.52

CMYK Percentages of Color #c977da

%8
%45
%0
%15

Triadic Colors of #c977da

#c977da #dac977 #77dac9

Analogous Colors of #c977da

#c977da #da77ba #9877da

Monochromatic Colors of #c977da

#c977da

Complementary Color

#c977da #88da77

#c977da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c977da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c977da Color CSS Codes

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

#c977da Text Font Color

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

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


#c977da Background Color

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

This div background color is #c977da


#c977da Border Color

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

This div border color is #c977da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c977da


Comments

No comments written yet.

Please login to write comment.