Color Hex Logo

#c60ffb Color Hex

#C60FFB
(198,15,251)
0 Favorites   0 Comments

Color spaces of #c60ffb

RGB 19815251
HSL0.800.970.52
HSV287°94°98°
CMYK 0.210.940.00   0.02
XYZ40.872119.312492.8403
Yxy19.31240.26710.1262
Hunter Lab43.945989.1096-94.4943
CIE-Lab51.050788.3862-74.0465

#c60ffb color RGB value is (198,15,251).

#c60ffb hex color red value is 198, green value is 15 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c60ffb hue: 0.80 , saturation: 0.97 and the lightness value of c60ffb is 0.52.

The process color (four color CMYK) of #c60ffb color hex is 0.21, 0.94, 0.00, 0.02. Web safe color of #c60ffb is #cc00ff. Color #c60ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001111 11111011
Octal 306 17 373
Decimal 198 15 251
Hex C6 F FB

RGB Percentages of Color #c60ffb

%42.67
%3.23
%54.09

CMYK Percentages of Color #c60ffb

%21
%94
%0
%2

Triadic Colors of #c60ffb

#c60ffb #fbc60f #0ffbc6

Analogous Colors of #c60ffb

#c60ffb #fb0fba #500ffb

Monochromatic Colors of #c60ffb

#c60ffb

Complementary Color

#c60ffb #44fb0f

#c60ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60ffb Color CSS Codes

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

#c60ffb Text Font Color

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

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


#c60ffb Background Color

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

This div background color is #c60ffb


#c60ffb Border Color

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

This div border color is #c60ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.