Color Hex Logo

#c571fc Color Hex

#C571FC
(197,113,252)
0 Favorites   0 Comments

Color spaces of #c571fc

RGB 197113252
HSL0.770.960.72
HSV276°55°99°
CMYK 0.220.550.00   0.01
XYZ46.501830.708895.5719
Yxy30.70880.26910.1777
Hunter Lab55.415552.8107-63.4631
CIE-Lab62.261056.6536-56.5604

#c571fc color RGB value is (197,113,252).

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

The process color (four color CMYK) of #c571fc color hex is 0.22, 0.55, 0.00, 0.01. Web safe color of #c571fc is #cc66ff. Color #c571fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110001 11111100
Octal 305 161 374
Decimal 197 113 252
Hex C5 71 FC

RGB Percentages of Color #c571fc

%35.05
%20.11
%44.84

CMYK Percentages of Color #c571fc

%22
%55
%0
%1

Triadic Colors of #c571fc

#c571fc #fcc571 #71fcc5

Analogous Colors of #c571fc

#c571fc #fc71ee #8071fc

Monochromatic Colors of #c571fc

#c571fc

Complementary Color

#c571fc #a8fc71

#c571fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c571fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c571fc Color CSS Codes

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

#c571fc Text Font Color

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

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


#c571fc Background Color

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

This div background color is #c571fc


#c571fc Border Color

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

This div border color is #c571fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c571fc


Comments

No comments written yet.

Please login to write comment.