Color Hex Logo

#c978dc Color Hex

#C978DC
(201,120,220)
0 Favorites   0 Comments

Color spaces of #c978dc

RGB 201120220
HSL0.800.590.67
HSV289°45°86°
CMYK 0.090.450.00   0.14
XYZ43.722131.017871.3928
Yxy31.01780.29920.2123
Hunter Lab55.693642.6670-37.0174
CIE-Lab62.522747.5138-38.3674

#c978dc color RGB value is (201,120,220).

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

The process color (four color CMYK) of #c978dc color hex is 0.09, 0.45, 0.00, 0.14. Web safe color of #c978dc is #cc66cc. Color #c978dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111000 11011100
Octal 311 170 334
Decimal 201 120 220
Hex C9 78 DC

RGB Percentages of Color #c978dc

%37.15
%22.18
%40.67

CMYK Percentages of Color #c978dc

%9
%45
%0
%14

Triadic Colors of #c978dc

#c978dc #dcc978 #78dcc9

Analogous Colors of #c978dc

#c978dc #dc78bd #9778dc

Monochromatic Colors of #c978dc

#c978dc

Complementary Color

#c978dc #8bdc78

#c978dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c978dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c978dc Color CSS Codes

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

#c978dc Text Font Color

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

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


#c978dc Background Color

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

This div background color is #c978dc


#c978dc Border Color

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

This div border color is #c978dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c978dc


Comments

No comments written yet.

Please login to write comment.