Color Hex Logo

#c976fb Color Hex

#C976FB
(201,118,251)
0 Favorites   0 Comments

Color spaces of #c976fb

RGB 201118251
HSL0.770.940.72
HSV277°53°98°
CMYK 0.200.530.00   0.02
XYZ47.978432.339494.9802
Yxy32.33940.27370.1845
Hunter Lab56.867751.0790-59.2184
CIE-Lab63.622454.9124-53.8172

#c976fb color RGB value is (201,118,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110110 11111011
Octal 311 166 373
Decimal 201 118 251
Hex C9 76 FB

RGB Percentages of Color #c976fb

%35.26
%20.70
%44.04

CMYK Percentages of Color #c976fb

%20
%53
%0
%2

Triadic Colors of #c976fb

#c976fb #fbc976 #76fbc9

Analogous Colors of #c976fb

#c976fb #fb76eb #8776fb

Monochromatic Colors of #c976fb

#c976fb

Complementary Color

#c976fb #a8fb76

#c976fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c976fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c976fb Color CSS Codes

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

#c976fb Text Font Color

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

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


#c976fb Background Color

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

This div background color is #c976fb


#c976fb Border Color

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

This div border color is #c976fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c976fb


Comments

No comments written yet.

Please login to write comment.