Color Hex Logo

#c576fe Color Hex

#C576FE
(197,118,254)
0 Favorites   0 Comments

Color spaces of #c576fe

RGB 197118254
HSL0.760.990.73
HSV275°54°100°
CMYK 0.220.540.00   0.00
XYZ47.393831.982997.4413
Yxy31.98290.26800.1809
Hunter Lab56.553450.6209-62.5690
CIE-Lab63.328754.5546-55.9600

#c576fe color RGB value is (197,118,254).

#c576fe hex color red value is 197, green value is 118 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c576fe hue: 0.76 , saturation: 0.99 and the lightness value of c576fe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110110 11111110
Octal 305 166 376
Decimal 197 118 254
Hex C5 76 FE

RGB Percentages of Color #c576fe

%34.62
%20.74
%44.64

CMYK Percentages of Color #c576fe

%22
%54
%0
%0

Triadic Colors of #c576fe

#c576fe #fec576 #76fec5

Analogous Colors of #c576fe

#c576fe #fe76f3 #8176fe

Monochromatic Colors of #c576fe

#c576fe

Complementary Color

#c576fe #affe76

#c576fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c576fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c576fe Color CSS Codes

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

#c576fe Text Font Color

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

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


#c576fe Background Color

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

This div background color is #c576fe


#c576fe Border Color

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

This div border color is #c576fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c576fe

Related Colors


Comments

No comments written yet.

Please login to write comment.