Color Hex Logo

#c079eb Color Hex

#C079EB
(192,121,235)
0 Favorites   0 Comments

Color spaces of #c079eb

RGB 192121235
HSL0.770.740.70
HSV277°49°92°
CMYK 0.180.490.00   0.08
XYZ43.571030.879482.2611
Yxy30.87940.27800.1970
Hunter Lab55.569242.7130-48.8706
CIE-Lab62.405747.5728-46.9729

#c079eb color RGB value is (192,121,235).

#c079eb hex color red value is 192, green value is 121 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c079eb hue: 0.77 , saturation: 0.74 and the lightness value of c079eb is 0.70.

The process color (four color CMYK) of #c079eb color hex is 0.18, 0.49, 0.00, 0.08. Web safe color of #c079eb is #cc66ff. Color #c079eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111001 11101011
Octal 300 171 353
Decimal 192 121 235
Hex C0 79 EB

RGB Percentages of Color #c079eb

%35.04
%22.08
%42.88

CMYK Percentages of Color #c079eb

%18
%49
%0
%8

Triadic Colors of #c079eb

#c079eb #ebc079 #79ebc0

Analogous Colors of #c079eb

#c079eb #eb79dd #8779eb

Monochromatic Colors of #c079eb

#c079eb

Complementary Color

#c079eb #a4eb79

#c079eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c079eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c079eb Color CSS Codes

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

#c079eb Text Font Color

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

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


#c079eb Background Color

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

This div background color is #c079eb


#c079eb Border Color

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

This div border color is #c079eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c079eb


Comments

No comments written yet.

Please login to write comment.