Color Hex Logo

#c006fb Color Hex

#C006FB
(192,6,251)
0 Favorites   0 Comments

Color spaces of #c006fb

RGB 1926251
HSL0.790.970.50
HSV286°98°98°
CMYK 0.240.980.00   0.02
XYZ39.215918.301892.7325
Yxy18.30180.26100.1218
Hunter Lab42.780688.7604-98.5723
CIE-Lab49.860188.3500-76.0258

#c006fb color RGB value is (192,6,251).

#c006fb hex color red value is 192, green value is 6 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c006fb hue: 0.79 , saturation: 0.97 and the lightness value of c006fb is 0.50.

The process color (four color CMYK) of #c006fb color hex is 0.24, 0.98, 0.00, 0.02. Web safe color of #c006fb is #cc00ff. Color #c006fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000110 11111011
Octal 300 6 373
Decimal 192 6 251
Hex C0 6 FB

RGB Percentages of Color #c006fb

%42.76
%1.34
%55.90

CMYK Percentages of Color #c006fb

%24
%98
%0
%2

Triadic Colors of #c006fb

#c006fb #fbc006 #06fbc0

Analogous Colors of #c006fb

#c006fb #fb06bc #4606fb

Monochromatic Colors of #c006fb

#c006fb

Complementary Color

#c006fb #41fb06

#c006fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c006fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c006fb Color CSS Codes

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

#c006fb Text Font Color

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

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


#c006fb Background Color

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

This div background color is #c006fb


#c006fb Border Color

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

This div border color is #c006fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c006fb


Comments

No comments written yet.

Please login to write comment.