Color Hex Logo

#c660ed Color Hex

#C660ED
(198,96,237)
0 Favorites   0 Comments

Color spaces of #c660ed

RGB 19896237
HSL0.790.800.65
HSV283°59°93°
CMYK 0.160.590.00   0.07
XYZ42.757626.485982.9795
Yxy26.48590.28090.1740
Hunter Lab51.464558.2382-59.5720
CIE-Lab58.495462.0133-54.2435

#c660ed color RGB value is (198,96,237).

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

The process color (four color CMYK) of #c660ed color hex is 0.16, 0.59, 0.00, 0.07. Web safe color of #c660ed is #cc66ff. Color #c660ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100000 11101101
Octal 306 140 355
Decimal 198 96 237
Hex C6 60 ED

RGB Percentages of Color #c660ed

%37.29
%18.08
%44.63

CMYK Percentages of Color #c660ed

%16
%59
%0
%7

Triadic Colors of #c660ed

#c660ed #edc660 #60edc6

Analogous Colors of #c660ed

#c660ed #ed60ce #8060ed

Monochromatic Colors of #c660ed

#c660ed

Complementary Color

#c660ed #87ed60

#c660ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c660ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c660ed Color CSS Codes

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

#c660ed Text Font Color

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

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


#c660ed Background Color

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

This div background color is #c660ed


#c660ed Border Color

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

This div border color is #c660ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c660ed


Comments

No comments written yet.

Please login to write comment.