Color Hex Logo

#c979ca Color Hex

#C979CA
(201,121,202)
0 Favorites   0 Comments

Color spaces of #c979ca

RGB 201121202
HSL0.830.430.63
HSV299°40°79°
CMYK 0.000.400.00   0.21
XYZ41.585430.356559.5447
Yxy30.35650.31630.2309
Hunter Lab55.096738.3073-25.5088
CIE-Lab61.960643.5436-29.1378

#c979ca color RGB value is (201,121,202).

#c979ca hex color red value is 201, green value is 121 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c979ca hue: 0.83 , saturation: 0.43 and the lightness value of c979ca is 0.63.

The process color (four color CMYK) of #c979ca color hex is 0.00, 0.40, 0.00, 0.21. Web safe color of #c979ca is #cc66cc. Color #c979ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111001 11001010
Octal 311 171 312
Decimal 201 121 202
Hex C9 79 CA

RGB Percentages of Color #c979ca

%38.36
%23.09
%38.55

CMYK Percentages of Color #c979ca

%0
%40
%0
%21

Triadic Colors of #c979ca

#c979ca #cac979 #79cac9

Analogous Colors of #c979ca

#c979ca #ca79a3 #a179ca

Monochromatic Colors of #c979ca

#c979ca

Complementary Color

#c979ca #7aca79

#c979ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c979ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c979ca Color CSS Codes

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

#c979ca Text Font Color

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

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


#c979ca Background Color

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

This div background color is #c979ca


#c979ca Border Color

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

This div border color is #c979ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c979ca


Comments

No comments written yet.

Please login to write comment.