Color Hex Logo

#c60bda Color Hex

#C60BDA
(198,11,218)
0 Favorites   0 Comments

Color spaces of #c60bda

RGB 19811218
HSL0.820.900.45
HSV294°95°85°
CMYK 0.090.950.00   0.15
XYZ36.063317.307167.7695
Yxy17.30710.29770.1429
Hunter Lab41.601881.9329-67.4624
CIE-Lab48.644783.3345-59.3044

#c60bda color RGB value is (198,11,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001011 11011010
Octal 306 13 332
Decimal 198 11 218
Hex C6 B DA

RGB Percentages of Color #c60bda

%46.37
%2.58
%51.05

CMYK Percentages of Color #c60bda

%9
%95
%0
%15

Triadic Colors of #c60bda

#c60bda #dac60b #0bdac6

Analogous Colors of #c60bda

#c60bda #da0b87 #5e0bda

Monochromatic Colors of #c60bda

#c60bda

Complementary Color

#c60bda #1fda0b

#c60bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60bda Color CSS Codes

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

#c60bda Text Font Color

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

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


#c60bda Background Color

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

This div background color is #c60bda


#c60bda Border Color

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

This div border color is #c60bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60bda


Comments

No comments written yet.

Please login to write comment.