Color Hex Logo

#c917fc Color Hex

#C917FC
(201,23,252)
0 Favorites   0 Comments

Color spaces of #c917fc

RGB 20123252
HSL0.800.970.54
HSV287°91°99°
CMYK 0.200.910.00   0.01
XYZ41.964520.058693.7554
Yxy20.05860.26940.1288
Hunter Lab44.786888.8745-92.7651
CIE-Lab51.903488.0436-73.1974

#c917fc color RGB value is (201,23,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010111 11111100
Octal 311 27 374
Decimal 201 23 252
Hex C9 17 FC

RGB Percentages of Color #c917fc

%42.23
%4.83
%52.94

CMYK Percentages of Color #c917fc

%20
%91
%0
%1

Triadic Colors of #c917fc

#c917fc #fcc917 #17fcc9

Analogous Colors of #c917fc

#c917fc #fc17bd #5617fc

Monochromatic Colors of #c917fc

#c917fc

Complementary Color

#c917fc #4afc17

#c917fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c917fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c917fc Color CSS Codes

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

#c917fc Text Font Color

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

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


#c917fc Background Color

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

This div background color is #c917fc


#c917fc Border Color

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

This div border color is #c917fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c917fc


Comments

No comments written yet.

Please login to write comment.