Color Hex Logo

#c60ada Color Hex

#C60ADA
(198,10,218)
0 Favorites   0 Comments

Color spaces of #c60ada

RGB 19810218
HSL0.820.910.45
HSV294°95°85°
CMYK 0.090.950.00   0.15
XYZ36.052117.284867.7658
Yxy17.28480.29770.1427
Hunter Lab41.575082.0315-67.5382
CIE-Lab48.616983.4168-59.3492

#c60ada color RGB value is (198,10,218).

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

The process color (four color CMYK) of #c60ada color hex is 0.09, 0.95, 0.00, 0.15. Web safe color of #c60ada is #cc00cc. Color #c60ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001010 11011010
Octal 306 12 332
Decimal 198 10 218
Hex C6 A DA

RGB Percentages of Color #c60ada

%46.48
%2.35
%51.17

CMYK Percentages of Color #c60ada

%9
%95
%0
%15

Triadic Colors of #c60ada

#c60ada #dac60a #0adac6

Analogous Colors of #c60ada

#c60ada #da0a86 #5e0ada

Monochromatic Colors of #c60ada

#c60ada

Complementary Color

#c60ada #1eda0a

#c60ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60ada Color CSS Codes

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

#c60ada Text Font Color

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

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


#c60ada Background Color

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

This div background color is #c60ada


#c60ada Border Color

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

This div border color is #c60ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60ada


Comments

No comments written yet.

Please login to write comment.