Color Hex Logo

#c517fc Color Hex

#C517FC
(197,23,252)
0 Favorites   0 Comments

Color spaces of #c517fc

RGB 19723252
HSL0.790.970.54
HSV286°91°99°
CMYK 0.220.910.00   0.01
XYZ40.903019.511493.7057
Yxy19.51140.26540.1266
Hunter Lab44.171787.9905-94.8574
CIE-Lab51.280287.4920-74.2382

#c517fc color RGB value is (197,23,252).

#c517fc hex color red value is 197, green value is 23 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c517fc hue: 0.79 , saturation: 0.97 and the lightness value of c517fc is 0.54.

The process color (four color CMYK) of #c517fc color hex is 0.22, 0.91, 0.00, 0.01. Web safe color of #c517fc is #cc00ff. Color #c517fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010111 11111100
Octal 305 27 374
Decimal 197 23 252
Hex C5 17 FC

RGB Percentages of Color #c517fc

%41.74
%4.87
%53.39

CMYK Percentages of Color #c517fc

%22
%91
%0
%1

Triadic Colors of #c517fc

#c517fc #fcc517 #17fcc5

Analogous Colors of #c517fc

#c517fc #fc17c1 #5317fc

Monochromatic Colors of #c517fc

#c517fc

Complementary Color

#c517fc #4efc17

#c517fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c517fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c517fc Color CSS Codes

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

#c517fc Text Font Color

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

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


#c517fc Background Color

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

This div background color is #c517fc


#c517fc Border Color

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

This div border color is #c517fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c517fc


Comments

No comments written yet.

Please login to write comment.