Color Hex Logo

#c978df Color Hex

#C978DF
(201,120,223)
0 Favorites   0 Comments

Color spaces of #c978df

RGB 201120223
HSL0.800.620.67
HSV287°46°87°
CMYK 0.100.460.00   0.13
XYZ44.123131.178273.5045
Yxy31.17820.29650.2095
Hunter Lab55.837443.3363-38.9632
CIE-Lab62.657848.1078-39.8310

#c978df color RGB value is (201,120,223).

#c978df hex color red value is 201, green value is 120 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c978df hue: 0.80 , saturation: 0.62 and the lightness value of c978df is 0.67.

The process color (four color CMYK) of #c978df color hex is 0.10, 0.46, 0.00, 0.13. Web safe color of #c978df is #cc66cc. Color #c978df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111000 11011111
Octal 311 170 337
Decimal 201 120 223
Hex C9 78 DF

RGB Percentages of Color #c978df

%36.95
%22.06
%40.99

CMYK Percentages of Color #c978df

%10
%46
%0
%13

Triadic Colors of #c978df

#c978df #dfc978 #78dfc9

Analogous Colors of #c978df

#c978df #df78c2 #9678df

Monochromatic Colors of #c978df

#c978df

Complementary Color

#c978df #8edf78

#c978df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c978df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c978df Color CSS Codes

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

#c978df Text Font Color

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

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


#c978df Background Color

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

This div background color is #c978df


#c978df Border Color

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

This div border color is #c978df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c978df


Comments

No comments written yet.

Please login to write comment.