Color Hex Logo

#c60bdf Color Hex

#C60BDF
(198,11,223)
0 Favorites   0 Comments

Color spaces of #c60bdf

RGB 19811223
HSL0.810.910.46
HSV293°95°87°
CMYK 0.110.950.00   0.13
XYZ36.727717.572871.2682
Yxy17.57280.29250.1399
Hunter Lab41.919983.0310-71.4552
CIE-Lab48.973884.1253-61.6264

#c60bdf color RGB value is (198,11,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001011 11011111
Octal 306 13 337
Decimal 198 11 223
Hex C6 B DF

RGB Percentages of Color #c60bdf

%45.83
%2.55
%51.62

CMYK Percentages of Color #c60bdf

%11
%95
%0
%13

Triadic Colors of #c60bdf

#c60bdf #dfc60b #0bdfc6

Analogous Colors of #c60bdf

#c60bdf #df0b8e #5c0bdf

Monochromatic Colors of #c60bdf

#c60bdf

Complementary Color

#c60bdf #24df0b

#c60bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60bdf Color CSS Codes

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

#c60bdf Text Font Color

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

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


#c60bdf Background Color

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

This div background color is #c60bdf


#c60bdf Border Color

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

This div border color is #c60bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60bdf

#c60bdf Color Palettes


Comments

No comments written yet.

Please login to write comment.