Color Hex Logo

#c575fe Color Hex

#C575FE
(197,117,254)
0 Favorites   0 Comments

Color spaces of #c575fe

RGB 197117254
HSL0.760.990.73
HSV275°54°100°
CMYK 0.220.540.00   0.00
XYZ47.276631.748797.4023
Yxy31.74870.26800.1800
Hunter Lab56.346051.1634-63.0493
CIE-Lab63.134655.0642-56.2689

#c575fe color RGB value is (197,117,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110101 11111110
Octal 305 165 376
Decimal 197 117 254
Hex C5 75 FE

RGB Percentages of Color #c575fe

%34.68
%20.60
%44.72

CMYK Percentages of Color #c575fe

%22
%54
%0
%0

Triadic Colors of #c575fe

#c575fe #fec575 #75fec5

Analogous Colors of #c575fe

#c575fe #fe75f3 #8175fe

Monochromatic Colors of #c575fe

#c575fe

Complementary Color

#c575fe #aefe75

#c575fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c575fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c575fe Color CSS Codes

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

#c575fe Text Font Color

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

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


#c575fe Background Color

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

This div background color is #c575fe


#c575fe Border Color

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

This div border color is #c575fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c575fe


Comments

No comments written yet.

Please login to write comment.