Color Hex Logo

#c660fc Color Hex

#C660FC
(198,96,252)
0 Favorites   0 Comments

Color spaces of #c660fc

RGB 19896252
HSL0.780.960.68
HSV279°62°99°
CMYK 0.210.620.00   0.01
XYZ45.042327.399895.0102
Yxy27.39980.26900.1636
Hunter Lab52.344861.9944-70.9749
CIE-Lab59.342665.0675-61.2163

#c660fc color RGB value is (198,96,252).

#c660fc hex color red value is 198, green value is 96 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c660fc hue: 0.78 , saturation: 0.96 and the lightness value of c660fc is 0.68.

The process color (four color CMYK) of #c660fc color hex is 0.21, 0.62, 0.00, 0.01. Web safe color of #c660fc is #cc66ff. Color #c660fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100000 11111100
Octal 306 140 374
Decimal 198 96 252
Hex C6 60 FC

RGB Percentages of Color #c660fc

%36.26
%17.58
%46.15

CMYK Percentages of Color #c660fc

%21
%62
%0
%1

Triadic Colors of #c660fc

#c660fc #fcc660 #60fcc6

Analogous Colors of #c660fc

#c660fc #fc60e4 #7860fc

Monochromatic Colors of #c660fc

#c660fc

Complementary Color

#c660fc #96fc60

#c660fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c660fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c660fc Color CSS Codes

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

#c660fc Text Font Color

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

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


#c660fc Background Color

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

This div background color is #c660fc


#c660fc Border Color

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

This div border color is #c660fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,96,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c660fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c660fc;
  -webkit-box-shadow: 1px 1px 3px 2px #c660fc;
  box-shadow:         1px 1px 3px 2px #c660fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,96,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c660fc

Related Colors


Comments

No comments written yet.

Please login to write comment.