Color Hex Logo

#c60cdb Color Hex

#C60CDB
(198,12,219)
0 Favorites   0 Comments

Color spaces of #c60cdb

RGB 19812219
HSL0.820.900.45
HSV294°95°86°
CMYK 0.100.950.00   0.14
XYZ36.206417.383268.4648
Yxy17.38320.29660.1424
Hunter Lab41.693282.0466-68.1755
CIE-Lab48.739383.4049-59.7233

#c60cdb color RGB value is (198,12,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001100 11011011
Octal 306 14 333
Decimal 198 12 219
Hex C6 C DB

RGB Percentages of Color #c60cdb

%46.15
%2.80
%51.05

CMYK Percentages of Color #c60cdb

%10
%95
%0
%14

Triadic Colors of #c60cdb

#c60cdb #dbc60c #0cdbc6

Analogous Colors of #c60cdb

#c60cdb #db0c89 #5f0cdb

Monochromatic Colors of #c60cdb

#c60cdb

Complementary Color

#c60cdb #21db0c

#c60cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60cdb Color CSS Codes

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

#c60cdb Text Font Color

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

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


#c60cdb Background Color

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

This div background color is #c60cdb


#c60cdb Border Color

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

This div border color is #c60cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60cdb


Comments

No comments written yet.

Please login to write comment.