Color Hex Logo

#c60bde Color Hex

#C60BDE
(198,11,222)
0 Favorites   0 Comments

Color spaces of #c60bde

RGB 19811222
HSL0.810.910.46
HSV293°95°87°
CMYK 0.110.950.00   0.13
XYZ36.593217.519070.5601
Yxy17.51900.29350.1405
Hunter Lab41.855782.8098-70.6517
CIE-Lab48.907483.9663-61.1638

#c60bde color RGB value is (198,11,222).

#c60bde hex color red value is 198, green value is 11 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c60bde hue: 0.81 , saturation: 0.91 and the lightness value of c60bde is 0.46.

The process color (four color CMYK) of #c60bde color hex is 0.11, 0.95, 0.00, 0.13. Web safe color of #c60bde is #cc00cc. Color #c60bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001011 11011110
Octal 306 13 336
Decimal 198 11 222
Hex C6 B DE

RGB Percentages of Color #c60bde

%45.94
%2.55
%51.51

CMYK Percentages of Color #c60bde

%11
%95
%0
%13

Triadic Colors of #c60bde

#c60bde #dec60b #0bdec6

Analogous Colors of #c60bde

#c60bde #de0b8d #5c0bde

Monochromatic Colors of #c60bde

#c60bde

Complementary Color

#c60bde #23de0b

#c60bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60bde Color CSS Codes

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

#c60bde Text Font Color

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

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


#c60bde Background Color

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

This div background color is #c60bde


#c60bde Border Color

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

This div border color is #c60bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60bde


Comments

No comments written yet.

Please login to write comment.