Color Hex Logo

#c660da Color Hex

#C660DA
(198,96,218)
0 Favorites   0 Comments

Color spaces of #c660da

RGB 19896218
HSL0.810.620.62
HSV290°56°85°
CMYK 0.090.560.00   0.15
XYZ40.126525.433569.1239
Yxy25.43350.29790.1888
Hunter Lab50.431653.7702-45.9634
CIE-Lab57.495458.2985-45.1747

#c660da color RGB value is (198,96,218).

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

The process color (four color CMYK) of #c660da color hex is 0.09, 0.56, 0.00, 0.15. Web safe color of #c660da is #cc66cc. Color #c660da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100000 11011010
Octal 306 140 332
Decimal 198 96 218
Hex C6 60 DA

RGB Percentages of Color #c660da

%38.67
%18.75
%42.58

CMYK Percentages of Color #c660da

%9
%56
%0
%15

Triadic Colors of #c660da

#c660da #dac660 #60dac6

Analogous Colors of #c660da

#c660da #da60b1 #8960da

Monochromatic Colors of #c660da

#c660da

Complementary Color

#c660da #74da60

#c660da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c660da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c660da Color CSS Codes

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

#c660da Text Font Color

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

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


#c660da Background Color

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

This div background color is #c660da


#c660da Border Color

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

This div border color is #c660da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c660da


Comments

No comments written yet.

Please login to write comment.