Color Hex Logo

#c978ec Color Hex

#C978EC
(201,120,236)
0 Favorites   0 Comments

Color spaces of #c978ec

RGB 201120236
HSL0.780.750.70
HSV282°49°93°
CMYK 0.150.490.00   0.07
XYZ45.944231.906683.0939
Yxy31.90660.28550.1982
Hunter Lab56.485946.3369-47.6787
CIE-Lab63.265650.7425-46.1029

#c978ec color RGB value is (201,120,236).

#c978ec hex color red value is 201, green value is 120 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c978ec hue: 0.78 , saturation: 0.75 and the lightness value of c978ec is 0.70.

The process color (four color CMYK) of #c978ec color hex is 0.15, 0.49, 0.00, 0.07. Web safe color of #c978ec is #cc66ff. Color #c978ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111000 11101100
Octal 311 170 354
Decimal 201 120 236
Hex C9 78 EC

RGB Percentages of Color #c978ec

%36.09
%21.54
%42.37

CMYK Percentages of Color #c978ec

%15
%49
%0
%7

Triadic Colors of #c978ec

#c978ec #ecc978 #78ecc9

Analogous Colors of #c978ec

#c978ec #ec78d5 #8f78ec

Monochromatic Colors of #c978ec

#c978ec

Complementary Color

#c978ec #9bec78

#c978ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c978ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c978ec Color CSS Codes

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

#c978ec Text Font Color

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

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


#c978ec Background Color

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

This div background color is #c978ec


#c978ec Border Color

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

This div border color is #c978ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c978ec


Comments

No comments written yet.

Please login to write comment.