Color Hex Logo

#c06ffc Color Hex

#C06FFC
(192,111,252)
0 Favorites   0 Comments

Color spaces of #c06ffc

RGB 192111252
HSL0.760.960.71
HSV274°56°99°
CMYK 0.240.560.00   0.01
XYZ44.993429.603695.4381
Yxy29.60360.26460.1741
Hunter Lab54.409252.3936-65.9130
CIE-Lab61.310756.4431-58.1095

#c06ffc color RGB value is (192,111,252).

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

The process color (four color CMYK) of #c06ffc color hex is 0.24, 0.56, 0.00, 0.01. Web safe color of #c06ffc is #cc66ff. Color #c06ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101111 11111100
Octal 300 157 374
Decimal 192 111 252
Hex C0 6F FC

RGB Percentages of Color #c06ffc

%34.59
%20.00
%45.41

CMYK Percentages of Color #c06ffc

%24
%56
%0
%1

Triadic Colors of #c06ffc

#c06ffc #fcc06f #6ffcc0

Analogous Colors of #c06ffc

#c06ffc #fc6ff2 #7a6ffc

Monochromatic Colors of #c06ffc

#c06ffc

Complementary Color

#c06ffc #abfc6f

#c06ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06ffc Color CSS Codes

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

#c06ffc Text Font Color

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

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


#c06ffc Background Color

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

This div background color is #c06ffc


#c06ffc Border Color

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

This div border color is #c06ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06ffc


Comments

No comments written yet.

Please login to write comment.