Color Hex Logo

#c978bb Color Hex

#C978BB
(201,120,187)
0 Favorites   0 Comments

Color spaces of #c978bb

RGB 201120187
HSL0.860.430.63
HSV310°40°79°
CMYK 0.000.400.07   0.21
XYZ39.773529.438350.5996
Yxy29.43830.33200.2457
Hunter Lab54.257135.9007-17.3133
CIE-Lab61.166541.3715-21.8689

#c978bb color RGB value is (201,120,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111000 10111011
Octal 311 170 273
Decimal 201 120 187
Hex C9 78 BB

RGB Percentages of Color #c978bb

%39.57
%23.62
%36.81

CMYK Percentages of Color #c978bb

%0
%40
%7
%21

Triadic Colors of #c978bb

#c978bb #bbc978 #78bbc9

Analogous Colors of #c978bb

#c978bb #c97893 #af78c9

Monochromatic Colors of #c978bb

#c978bb

Complementary Color

#c978bb #78c986

#c978bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c978bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c978bb Color CSS Codes

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

#c978bb Text Font Color

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

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


#c978bb Background Color

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

This div background color is #c978bb


#c978bb Border Color

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

This div border color is #c978bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c978bb


Comments

No comments written yet.

Please login to write comment.