Color Hex Logo

#c06ffd Color Hex

#C06FFD
(192,111,253)
0 Favorites   0 Comments

Color spaces of #c06ffd

RGB 192111253
HSL0.760.970.71
HSV274°56°99°
CMYK 0.240.560.00   0.01
XYZ45.152329.667296.2751
Yxy29.66720.26390.1734
Hunter Lab54.467652.6538-66.6717
CIE-Lab61.366056.6629-58.5721

#c06ffd color RGB value is (192,111,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101111 11111101
Octal 300 157 375
Decimal 192 111 253
Hex C0 6F FD

RGB Percentages of Color #c06ffd

%34.53
%19.96
%45.50

CMYK Percentages of Color #c06ffd

%24
%56
%0
%1

Triadic Colors of #c06ffd

#c06ffd #fdc06f #6ffdc0

Analogous Colors of #c06ffd

#c06ffd #fd6ff3 #796ffd

Monochromatic Colors of #c06ffd

#c06ffd

Complementary Color

#c06ffd #acfd6f

#c06ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06ffd Color CSS Codes

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

#c06ffd Text Font Color

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

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


#c06ffd Background Color

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

This div background color is #c06ffd


#c06ffd Border Color

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

This div border color is #c06ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06ffd


Comments

No comments written yet.

Please login to write comment.