Color Hex Logo

#c06ffe Color Hex

#C06FFE
(192,111,254)
0 Favorites   0 Comments

Color spaces of #c06ffe

RGB 192111254
HSL0.760.990.72
HSV274°56°100°
CMYK 0.240.560.00   0.00
XYZ45.312129.731197.1164
Yxy29.73110.26320.1727
Hunter Lab54.526252.9152-67.4328
CIE-Lab61.421556.8833-59.0339

#c06ffe color RGB value is (192,111,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101111 11111110
Octal 300 157 376
Decimal 192 111 254
Hex C0 6F FE

RGB Percentages of Color #c06ffe

%34.47
%19.93
%45.60

CMYK Percentages of Color #c06ffe

%24
%56
%0
%0

Triadic Colors of #c06ffe

#c06ffe #fec06f #6ffec0

Analogous Colors of #c06ffe

#c06ffe #fe6ff5 #796ffe

Monochromatic Colors of #c06ffe

#c06ffe

Complementary Color

#c06ffe #adfe6f

#c06ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06ffe Color CSS Codes

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

#c06ffe Text Font Color

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

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


#c06ffe Background Color

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

This div background color is #c06ffe


#c06ffe Border Color

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

This div border color is #c06ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06ffe


Comments

No comments written yet.

Please login to write comment.