Color Hex Logo

#c079fd Color Hex

#C079FD
(192,121,253)
0 Favorites   0 Comments

Color spaces of #c079fd

RGB 192121253
HSL0.760.970.73
HSV272°52°99°
CMYK 0.240.520.00   0.01
XYZ46.305231.973196.6594
Yxy31.97310.26470.1828
Hunter Lab56.544847.2225-61.7709
CIE-Lab63.320651.5303-55.4571

#c079fd color RGB value is (192,121,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111001 11111101
Octal 300 171 375
Decimal 192 121 253
Hex C0 79 FD

RGB Percentages of Color #c079fd

%33.92
%21.38
%44.70

CMYK Percentages of Color #c079fd

%24
%52
%0
%1

Triadic Colors of #c079fd

#c079fd #fdc079 #79fdc0

Analogous Colors of #c079fd

#c079fd #fd79f8 #7e79fd

Monochromatic Colors of #c079fd

#c079fd

Complementary Color

#c079fd #b6fd79

#c079fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c079fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c079fd Color CSS Codes

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

#c079fd Text Font Color

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

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


#c079fd Background Color

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

This div background color is #c079fd


#c079fd Border Color

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

This div border color is #c079fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,121,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c079fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c079fd

Related Colors


Comments

No comments written yet.

Please login to write comment.