Color Hex Logo

#c576fd Color Hex

#C576FD
(197,118,253)
0 Favorites   0 Comments

Color spaces of #c576fd

RGB 197118253
HSL0.760.970.73
HSV275°53°99°
CMYK 0.220.530.00   0.01
XYZ47.234031.919096.6000
Yxy31.91900.26880.1816
Hunter Lab56.496950.3646-61.8279
CIE-Lab63.275954.3364-55.4949

#c576fd color RGB value is (197,118,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110110 11111101
Octal 305 166 375
Decimal 197 118 253
Hex C5 76 FD

RGB Percentages of Color #c576fd

%34.68
%20.77
%44.54

CMYK Percentages of Color #c576fd

%22
%53
%0
%1

Triadic Colors of #c576fd

#c576fd #fdc576 #76fdc5

Analogous Colors of #c576fd

#c576fd #fd76f2 #8276fd

Monochromatic Colors of #c576fd

#c576fd

Complementary Color

#c576fd #aefd76

#c576fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c576fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c576fd Color CSS Codes

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

#c576fd Text Font Color

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

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


#c576fd Background Color

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

This div background color is #c576fd


#c576fd Border Color

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

This div border color is #c576fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c576fd


Comments

No comments written yet.

Please login to write comment.