Color Hex Logo

#c179fc Color Hex

#C179FC
(193,121,252)
0 Favorites   0 Comments

Color spaces of #c179fc

RGB 193121252
HSL0.760.960.73
HSV273°52°99°
CMYK 0.230.520.00   0.01
XYZ46.400432.040595.8343
Yxy32.04050.26620.1839
Hunter Lab56.604347.2647-60.7583
CIE-Lab63.376351.5597-54.8125

#c179fc color RGB value is (193,121,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111001 11111100
Octal 301 171 374
Decimal 193 121 252
Hex C1 79 FC

RGB Percentages of Color #c179fc

%34.10
%21.38
%44.52

CMYK Percentages of Color #c179fc

%23
%52
%0
%1

Triadic Colors of #c179fc

#c179fc #fcc179 #79fcc1

Analogous Colors of #c179fc

#c179fc #fc79f6 #8079fc

Monochromatic Colors of #c179fc

#c179fc

Complementary Color

#c179fc #b4fc79

#c179fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c179fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c179fc Color CSS Codes

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

#c179fc Text Font Color

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

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


#c179fc Background Color

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

This div background color is #c179fc


#c179fc Border Color

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

This div border color is #c179fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c179fc


Comments

No comments written yet.

Please login to write comment.