Color Hex Logo

#c660dc Color Hex

#C660DC
(198,96,220)
0 Favorites   0 Comments

Color spaces of #c660dc

RGB 19896220
HSL0.800.640.62
HSV289°56°86°
CMYK 0.100.560.00   0.14
XYZ40.389825.538870.5109
Yxy25.53880.29600.1872
Hunter Lab50.535954.2246-47.3500
CIE-Lab57.596758.6806-46.1421

#c660dc color RGB value is (198,96,220).

#c660dc hex color red value is 198, green value is 96 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c660dc hue: 0.80 , saturation: 0.64 and the lightness value of c660dc is 0.62.

The process color (four color CMYK) of #c660dc color hex is 0.10, 0.56, 0.00, 0.14. Web safe color of #c660dc is #cc66cc. Color #c660dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100000 11011100
Octal 306 140 334
Decimal 198 96 220
Hex C6 60 DC

RGB Percentages of Color #c660dc

%38.52
%18.68
%42.80

CMYK Percentages of Color #c660dc

%10
%56
%0
%14

Triadic Colors of #c660dc

#c660dc #dcc660 #60dcc6

Analogous Colors of #c660dc

#c660dc #dc60b4 #8860dc

Monochromatic Colors of #c660dc

#c660dc

Complementary Color

#c660dc #76dc60

#c660dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c660dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c660dc Color CSS Codes

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

#c660dc Text Font Color

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

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


#c660dc Background Color

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

This div background color is #c660dc


#c660dc Border Color

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

This div border color is #c660dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,96,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 #c660dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c660dc


Comments

No comments written yet.

Please login to write comment.