Color Hex Logo

#c978ba Color Hex

#C978BA
(201,120,186)
0 Favorites   0 Comments

Color spaces of #c978ba

RGB 201120186
HSL0.860.430.63
HSV311°40°79°
CMYK 0.000.400.07   0.21
XYZ39.666829.395650.0376
Yxy29.39560.33310.2468
Hunter Lab54.217735.7133-16.7664
CIE-Lab61.129241.1977-21.3576

#c978ba color RGB value is (201,120,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111000 10111010
Octal 311 170 272
Decimal 201 120 186
Hex C9 78 BA

RGB Percentages of Color #c978ba

%39.64
%23.67
%36.69

CMYK Percentages of Color #c978ba

%0
%40
%7
%21

Triadic Colors of #c978ba

#c978ba #bac978 #78bac9

Analogous Colors of #c978ba

#c978ba #c97892 #b078c9

Monochromatic Colors of #c978ba

#c978ba

Complementary Color

#c978ba #78c987

#c978ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c978ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c978ba Color CSS Codes

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

#c978ba Text Font Color

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

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


#c978ba Background Color

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

This div background color is #c978ba


#c978ba Border Color

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

This div border color is #c978ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c978ba


Comments

No comments written yet.

Please login to write comment.