Color Hex Logo

#c06cff Color Hex

#C06CFF
(192,108,255)
0 Favorites   0 Comments

Color spaces of #c06cff

RGB 192108255
HSL0.761.000.71
HSV274°58°100°
CMYK 0.250.580.00   0.00
XYZ45.150829.151697.8549
Yxy29.15160.26230.1693
Hunter Lab53.992254.7836-69.6620
CIE-Lab60.915258.6017-60.3936

#c06cff color RGB value is (192,108,255).

#c06cff hex color red value is 192, green value is 108 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c06cff hue: 0.76 , saturation: 1.00 and the lightness value of c06cff is 0.71.

The process color (four color CMYK) of #c06cff color hex is 0.25, 0.58, 0.00, 0.00. Web safe color of #c06cff is #cc66ff. Color #c06cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101100 11111111
Octal 300 154 377
Decimal 192 108 255
Hex C0 6C FF

RGB Percentages of Color #c06cff

%34.59
%19.46
%45.95

CMYK Percentages of Color #c06cff

%25
%58
%0
%0

Triadic Colors of #c06cff

#c06cff #ffc06c #6cffc0

Analogous Colors of #c06cff

#c06cff #ff6cf5 #776cff

Monochromatic Colors of #c06cff

#c06cff

Complementary Color

#c06cff #abff6c

#c06cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06cff Color CSS Codes

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

#c06cff Text Font Color

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

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


#c06cff Background Color

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

This div background color is #c06cff


#c06cff Border Color

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

This div border color is #c06cff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,108,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06cff


Comments

No comments written yet.

Please login to write comment.