color codes Logo

#c079fc color codes

#C079FC
(192,121,252)
0 Favorites   0 Comments

Color spaces of #c079fc

RGB 192121252
HSL0.760.960.73
HSV273°52°99°
CMYK 0.240.520.00   0.01
XYZ46.146331.909595.8224
Yxy31.90950.26540.1835
Hunter Lab56.488546.9645-61.0327
CIE-Lab63.268051.3067-54.9914

#c079fc color RGB value is (192,121,252).

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

The process color (four color CMYK) of #c079fc color code is 0.24, 0.52, 0.00, 0.01. Web safe color of #c079fc is #cc66ff. Color #c079fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111001 11111100
Octal 300 171 374
Decimal 192 121 252
Hex C0 79 FC

RGB Percentages of Color #c079fc

%33.98
%21.42
%44.60

CMYK Percentages of Color #c079fc

%24
%52
%0
%1

Triadic Colors of #c079fc

#c079fc #fcc079 #79fcc0

Analogous Colors of #c079fc

#c079fc #fc79f7 #7f79fc

Monochromatic Colors of #c079fc

#c079fc

Complementary Color

#c079fc #b5fc79

#c079fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c079fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c079fc Color CSS Codes

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

#c079fc Text Font Color

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

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


#c079fc Background Color

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

This div background color is #c079fc


#c079fc Border Color

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

This div border color is #c079fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c079fc


Comments

No comments written yet.

Please login to write comment.