Color Hex Logo

#c977ff Color Hex

#C977FF
(201,119,255)
1 Favorites   0 Comments

Color spaces of #c977ff

RGB 201119255
HSL0.771.000.73
HSV276°53°100°
CMYK 0.210.530.00   0.00
XYZ48.734232.831298.3762
Yxy32.83120.27080.1825
Hunter Lab57.298551.5475-61.6864
CIE-Lab64.024055.2610-55.3757

#c977ff color RGB value is (201,119,255).

#c977ff hex color red value is 201, green value is 119 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c977ff hue: 0.77 , saturation: 1.00 and the lightness value of c977ff is 0.73.

The process color (four color CMYK) of #c977ff color hex is 0.21, 0.53, 0.00, 0.00. Web safe color of #c977ff is #cc66ff. Color #c977ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110111 11111111
Octal 311 167 377
Decimal 201 119 255
Hex C9 77 FF

RGB Percentages of Color #c977ff

%34.96
%20.70
%44.35

CMYK Percentages of Color #c977ff

%21
%53
%0
%0

Triadic Colors of #c977ff

#c977ff #ffc977 #77ffc9

Analogous Colors of #c977ff

#c977ff #ff77f1 #8577ff

Monochromatic Colors of #c977ff

#c977ff

Complementary Color

#c977ff #adff77

#c977ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c977ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c977ff Color CSS Codes

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

#c977ff Text Font Color

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

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


#c977ff Background Color

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

This div background color is #c977ff


#c977ff Border Color

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

This div border color is #c977ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c977ff

#c977ff Color Palettes


Comments

No comments written yet.

Please login to write comment.