Color Hex Logo

#c976fd Color Hex

#C976FD
(201,118,253)
0 Favorites   0 Comments

Color spaces of #c976fd

RGB 201118253
HSL0.770.970.73
HSV277°53°99°
CMYK 0.210.530.00   0.01
XYZ48.295432.466296.6497
Yxy32.46620.27220.1830
Hunter Lab56.979151.5828-60.6841
CIE-Lab63.726355.3393-54.7512

#c976fd color RGB value is (201,118,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110110 11111101
Octal 311 166 375
Decimal 201 118 253
Hex C9 76 FD

RGB Percentages of Color #c976fd

%35.14
%20.63
%44.23

CMYK Percentages of Color #c976fd

%21
%53
%0
%1

Triadic Colors of #c976fd

#c976fd #fdc976 #76fdc9

Analogous Colors of #c976fd

#c976fd #fd76ee #8676fd

Monochromatic Colors of #c976fd

#c976fd

Complementary Color

#c976fd #aafd76

#c976fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c976fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c976fd Color CSS Codes

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

#c976fd Text Font Color

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

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


#c976fd Background Color

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

This div background color is #c976fd


#c976fd Border Color

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

This div border color is #c976fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c976fd


Comments

No comments written yet.

Please login to write comment.