color codes Logo

#c60adb color codes

#C60ADB
(198,10,219)
0 Favorites   0 Comments

Color spaces of #c60adb

RGB 19810219
HSL0.820.910.45
HSV294°95°86°
CMYK 0.100.950.00   0.14
XYZ36.183417.337368.4572
Yxy17.33730.29660.1421
Hunter Lab41.638182.2494-68.3321
CIE-Lab48.682383.5739-59.8153

#c60adb color RGB value is (198,10,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001010 11011011
Octal 306 12 333
Decimal 198 10 219
Hex C6 A DB

RGB Percentages of Color #c60adb

%46.37
%2.34
%51.29

CMYK Percentages of Color #c60adb

%10
%95
%0
%14

Triadic Colors of #c60adb

#c60adb #dbc60a #0adbc6

Analogous Colors of #c60adb

#c60adb #db0a88 #5d0adb

Monochromatic Colors of #c60adb

#c60adb

Complementary Color

#c60adb #1fdb0a

#c60adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60adb Color CSS Codes

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

#c60adb Text Font Color

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

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


#c60adb Background Color

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

This div background color is #c60adb


#c60adb Border Color

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

This div border color is #c60adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60adb


Comments

No comments written yet.

Please login to write comment.