Color Hex Logo

#c171fc Color Hex

#C171FC
(193,113,252)
0 Favorites   0 Comments

Color spaces of #c171fc

RGB 193113252
HSL0.760.960.72
HSV275°55°99°
CMYK 0.230.550.00   0.01
XYZ45.468130.176095.5236
Yxy30.17600.26560.1763
Hunter Lab54.932751.6133-64.6477
CIE-Lab61.805855.6747-57.3130

#c171fc color RGB value is (193,113,252).

#c171fc hex color red value is 193, green value is 113 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c171fc hue: 0.76 , saturation: 0.96 and the lightness value of c171fc is 0.72.

The process color (four color CMYK) of #c171fc color hex is 0.23, 0.55, 0.00, 0.01. Web safe color of #c171fc is #cc66ff. Color #c171fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110001 11111100
Octal 301 161 374
Decimal 193 113 252
Hex C1 71 FC

RGB Percentages of Color #c171fc

%34.59
%20.25
%45.16

CMYK Percentages of Color #c171fc

%23
%55
%0
%1

Triadic Colors of #c171fc

#c171fc #fcc171 #71fcc1

Analogous Colors of #c171fc

#c171fc #fc71f2 #7c71fc

Monochromatic Colors of #c171fc

#c171fc

Complementary Color

#c171fc #acfc71

#c171fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c171fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c171fc Color CSS Codes

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

#c171fc Text Font Color

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

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


#c171fc Background Color

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

This div background color is #c171fc


#c171fc Border Color

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

This div border color is #c171fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c171fc

Related Colors


Comments

No comments written yet.

Please login to write comment.