Color Hex Logo

#c978fb Color Hex

#C978FB
(201,120,251)
0 Favorites   0 Comments

Color spaces of #c978fb

RGB 201120251
HSL0.770.940.73
HSV277°52°98°
CMYK 0.200.520.00   0.02
XYZ48.216532.815595.0595
Yxy32.81550.27380.1864
Hunter Lab57.284849.9946-58.2876
CIE-Lab64.011253.8939-53.2000

#c978fb color RGB value is (201,120,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111000 11111011
Octal 311 170 373
Decimal 201 120 251
Hex C9 78 FB

RGB Percentages of Color #c978fb

%35.14
%20.98
%43.88

CMYK Percentages of Color #c978fb

%20
%52
%0
%2

Triadic Colors of #c978fb

#c978fb #fbc978 #78fbc9

Analogous Colors of #c978fb

#c978fb #fb78ec #8878fb

Monochromatic Colors of #c978fb

#c978fb

Complementary Color

#c978fb #aafb78

#c978fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c978fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c978fb Color CSS Codes

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

#c978fb Text Font Color

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

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


#c978fb Background Color

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

This div background color is #c978fb


#c978fb Border Color

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

This div border color is #c978fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,120,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 #c978fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c978fb


Comments

No comments written yet.

Please login to write comment.