Color Hex Logo

#c668fc Color Hex

#C668FC
(198,104,252)
0 Favorites   0 Comments

Color spaces of #c668fc

RGB 198104252
HSL0.770.960.70
HSV278°59°99°
CMYK 0.210.590.00   0.01
XYZ45.809728.934795.2660
Yxy28.93470.26950.1702
Hunter Lab53.791057.8807-67.3513
CIE-Lab60.724061.3146-59.0060

#c668fc color RGB value is (198,104,252).

#c668fc hex color red value is 198, green value is 104 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c668fc hue: 0.77 , saturation: 0.96 and the lightness value of c668fc is 0.70.

The process color (four color CMYK) of #c668fc color hex is 0.21, 0.59, 0.00, 0.01. Web safe color of #c668fc is #cc66ff. Color #c668fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101000 11111100
Octal 306 150 374
Decimal 198 104 252
Hex C6 68 FC

RGB Percentages of Color #c668fc

%35.74
%18.77
%45.49

CMYK Percentages of Color #c668fc

%21
%59
%0
%1

Triadic Colors of #c668fc

#c668fc #fcc668 #68fcc6

Analogous Colors of #c668fc

#c668fc #fc68e8 #7c68fc

Monochromatic Colors of #c668fc

#c668fc

Complementary Color

#c668fc #9efc68

#c668fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c668fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c668fc Color CSS Codes

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

#c668fc Text Font Color

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

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


#c668fc Background Color

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

This div background color is #c668fc


#c668fc Border Color

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

This div border color is #c668fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c668fc


Comments

No comments written yet.

Please login to write comment.