Color Hex Logo

#c60adc Color Hex

#C60ADC
(198,10,220)
0 Favorites   0 Comments

Color spaces of #c60adc

RGB 19810220
HSL0.820.910.45
HSV294°95°86°
CMYK 0.100.950.00   0.14
XYZ36.315517.390269.1527
Yxy17.39020.29560.1415
Hunter Lab41.701682.4677-69.1281
CIE-Lab48.748083.7311-60.2803

#c60adc color RGB value is (198,10,220).

#c60adc hex color red value is 198, green value is 10 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c60adc hue: 0.82 , saturation: 0.91 and the lightness value of c60adc is 0.45.

The process color (four color CMYK) of #c60adc color hex is 0.10, 0.95, 0.00, 0.14. Web safe color of #c60adc is #cc00cc. Color #c60adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001010 11011100
Octal 306 12 334
Decimal 198 10 220
Hex C6 A DC

RGB Percentages of Color #c60adc

%46.26
%2.34
%51.40

CMYK Percentages of Color #c60adc

%10
%95
%0
%14

Triadic Colors of #c60adc

#c60adc #dcc60a #0adcc6

Analogous Colors of #c60adc

#c60adc #dc0a89 #5d0adc

Monochromatic Colors of #c60adc

#c60adc

Complementary Color

#c60adc #20dc0a

#c60adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60adc Color CSS Codes

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

#c60adc Text Font Color

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

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


#c60adc Background Color

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

This div background color is #c60adc


#c60adc Border Color

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

This div border color is #c60adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60adc


Comments

No comments written yet.

Please login to write comment.