Color Hex Logo

#c971fa Color Hex

#C971FA
(201,113,250)
0 Favorites   0 Comments

Color spaces of #c971fa

RGB 201113250
HSL0.770.930.71
HSV279°55°98°
CMYK 0.200.550.00   0.02
XYZ47.247831.129993.9609
Yxy31.12990.27420.1806
Hunter Lab55.794253.5181-60.7922
CIE-Lab62.617157.2144-54.8644

#c971fa color RGB value is (201,113,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110001 11111010
Octal 311 161 372
Decimal 201 113 250
Hex C9 71 FA

RGB Percentages of Color #c971fa

%35.64
%20.04
%44.33

CMYK Percentages of Color #c971fa

%20
%55
%0
%2

Triadic Colors of #c971fa

#c971fa #fac971 #71fac9

Analogous Colors of #c971fa

#c971fa #fa71e7 #8571fa

Monochromatic Colors of #c971fa

#c971fa

Complementary Color

#c971fa #a2fa71

#c971fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c971fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c971fa Color CSS Codes

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

#c971fa Text Font Color

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

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


#c971fa Background Color

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

This div background color is #c971fa


#c971fa Border Color

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

This div border color is #c971fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c971fa


Comments

No comments written yet.

Please login to write comment.