Color Hex Logo

#c977fa Color Hex

#C977FA
(201,119,250)
0 Favorites   0 Comments

Color spaces of #c977fa

RGB 201119250
HSL0.770.930.72
HSV278°52°98°
CMYK 0.200.520.00   0.02
XYZ47.939532.513394.1915
Yxy32.51330.27450.1862
Hunter Lab57.020450.2868-58.0263
CIE-Lab63.764954.1907-53.0411

#c977fa color RGB value is (201,119,250).

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

The process color (four color CMYK) of #c977fa color hex is 0.20, 0.52, 0.00, 0.02. Web safe color of #c977fa is #cc66ff. Color #c977fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110111 11111010
Octal 311 167 372
Decimal 201 119 250
Hex C9 77 FA

RGB Percentages of Color #c977fa

%35.26
%20.88
%43.86

CMYK Percentages of Color #c977fa

%20
%52
%0
%2

Triadic Colors of #c977fa

#c977fa #fac977 #77fac9

Analogous Colors of #c977fa

#c977fa #fa77ea #8877fa

Monochromatic Colors of #c977fa

#c977fa

Complementary Color

#c977fa #a8fa77

#c977fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c977fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c977fa Color CSS Codes

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

#c977fa Text Font Color

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

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


#c977fa Background Color

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

This div background color is #c977fa


#c977fa Border Color

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

This div border color is #c977fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c977fa


Comments

No comments written yet.

Please login to write comment.