Color Hex Logo

#c979be Color Hex

#C979BE
(201,121,190)
0 Favorites   0 Comments

Color spaces of #c979be

RGB 201121190
HSL0.860.430.63
HSV308°40°79°
CMYK 0.000.400.05   0.21
XYZ40.219029.810052.3493
Yxy29.81000.32860.2436
Hunter Lab54.598535.9413-18.6285
CIE-Lab61.489941.3686-23.0767

#c979be color RGB value is (201,121,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111001 10111110
Octal 311 171 276
Decimal 201 121 190
Hex C9 79 BE

RGB Percentages of Color #c979be

%39.26
%23.63
%37.11

CMYK Percentages of Color #c979be

%0
%40
%5
%21

Triadic Colors of #c979be

#c979be #bec979 #79bec9

Analogous Colors of #c979be

#c979be #c97996 #ac79c9

Monochromatic Colors of #c979be

#c979be

Complementary Color

#c979be #79c984

#c979be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c979be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c979be Color CSS Codes

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

#c979be Text Font Color

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

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


#c979be Background Color

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

This div background color is #c979be


#c979be Border Color

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

This div border color is #c979be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c979be


Comments

No comments written yet.

Please login to write comment.