Color Hex Logo

#c979fc Color Hex

#C979FC
(201,121,252)
0 Favorites   0 Comments

Color spaces of #c979fc

RGB 201121252
HSL0.770.960.73
HSV277°52°99°
CMYK 0.200.520.00   0.01
XYZ48.495533.120595.9324
Yxy33.12050.27310.1865
Hunter Lab57.550449.7018-58.5469
CIE-Lab64.258453.5964-53.3572

#c979fc color RGB value is (201,121,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111001 11111100
Octal 311 171 374
Decimal 201 121 252
Hex C9 79 FC

RGB Percentages of Color #c979fc

%35.02
%21.08
%43.90

CMYK Percentages of Color #c979fc

%20
%52
%0
%1

Triadic Colors of #c979fc

#c979fc #fcc979 #79fcc9

Analogous Colors of #c979fc

#c979fc #fc79ee #8879fc

Monochromatic Colors of #c979fc

#c979fc

Complementary Color

#c979fc #acfc79

#c979fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c979fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c979fc Color CSS Codes

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

#c979fc Text Font Color

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

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


#c979fc Background Color

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

This div background color is #c979fc


#c979fc Border Color

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

This div border color is #c979fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c979fc

Related Colors


Comments

No comments written yet.

Please login to write comment.