Color Hex Logo

#c979eb Color Hex

#C979EB
(201,121,235)
0 Favorites   0 Comments

Color spaces of #c979eb

RGB 201121235
HSL0.780.740.70
HSV282°49°92°
CMYK 0.140.490.00   0.08
XYZ45.920232.090482.3711
Yxy32.09040.28630.2001
Hunter Lab56.648445.5606-46.5583
CIE-Lab63.417550.0193-45.3095

#c979eb color RGB value is (201,121,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111001 11101011
Octal 311 171 353
Decimal 201 121 235
Hex C9 79 EB

RGB Percentages of Color #c979eb

%36.09
%21.72
%42.19

CMYK Percentages of Color #c979eb

%14
%49
%0
%8

Triadic Colors of #c979eb

#c979eb #ebc979 #79ebc9

Analogous Colors of #c979eb

#c979eb #eb79d4 #9079eb

Monochromatic Colors of #c979eb

#c979eb

Complementary Color

#c979eb #9beb79

#c979eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c979eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c979eb Color CSS Codes

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

#c979eb Text Font Color

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

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


#c979eb Background Color

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

This div background color is #c979eb


#c979eb Border Color

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

This div border color is #c979eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c979eb


Comments

No comments written yet.

Please login to write comment.