Color Hex Logo

#c660ea Color Hex

#C660EA
(198,96,234)
0 Favorites   0 Comments

Color spaces of #c660ea

RGB 19896234
HSL0.790.770.65
HSV284°59°92°
CMYK 0.150.590.00   0.08
XYZ42.322926.312080.6900
Yxy26.31200.28340.1762
Hunter Lab51.295257.5110-57.3595
CIE-Lab58.332061.4149-52.8294

#c660ea color RGB value is (198,96,234).

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

The process color (four color CMYK) of #c660ea color hex is 0.15, 0.59, 0.00, 0.08. Web safe color of #c660ea is #cc66ff. Color #c660ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100000 11101010
Octal 306 140 352
Decimal 198 96 234
Hex C6 60 EA

RGB Percentages of Color #c660ea

%37.50
%18.18
%44.32

CMYK Percentages of Color #c660ea

%15
%59
%0
%8

Triadic Colors of #c660ea

#c660ea #eac660 #60eac6

Analogous Colors of #c660ea

#c660ea #ea60c9 #8160ea

Monochromatic Colors of #c660ea

#c660ea

Complementary Color

#c660ea #84ea60

#c660ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c660ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c660ea Color CSS Codes

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

#c660ea Text Font Color

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

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


#c660ea Background Color

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

This div background color is #c660ea


#c660ea Border Color

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

This div border color is #c660ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c660ea


Comments

No comments written yet.

Please login to write comment.