Color Hex Logo

#c66cfe Color Hex

#C66CFE
(198,108,254)
0 Favorites   0 Comments

Color spaces of #c66cfe

RGB 198108254
HSL0.770.990.71
HSV277°57°100°
CMYK 0.220.570.00   0.00
XYZ46.540729.886697.0817
Yxy29.88660.26820.1722
Hunter Lab54.668656.2911-67.0204
CIE-Lab61.556359.8013-58.7786

#c66cfe color RGB value is (198,108,254).

#c66cfe hex color red value is 198, green value is 108 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c66cfe hue: 0.77 , saturation: 0.99 and the lightness value of c66cfe is 0.71.

The process color (four color CMYK) of #c66cfe color hex is 0.22, 0.57, 0.00, 0.00. Web safe color of #c66cfe is #cc66ff. Color #c66cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101100 11111110
Octal 306 154 376
Decimal 198 108 254
Hex C6 6C FE

RGB Percentages of Color #c66cfe

%35.36
%19.29
%45.36

CMYK Percentages of Color #c66cfe

%22
%57
%0
%0

Triadic Colors of #c66cfe

#c66cfe #fec66c #6cfec6

Analogous Colors of #c66cfe

#c66cfe #fe6ced #7d6cfe

Monochromatic Colors of #c66cfe

#c66cfe

Complementary Color

#c66cfe #a4fe6c

#c66cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66cfe Color CSS Codes

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

#c66cfe Text Font Color

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

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


#c66cfe Background Color

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

This div background color is #c66cfe


#c66cfe Border Color

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

This div border color is #c66cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.