Color Hex Logo

#c668fb Color Hex

#C668FB
(198,104,251)
0 Favorites   0 Comments

Color spaces of #c668fb

RGB 198104251
HSL0.770.950.70
HSV278°59°98°
CMYK 0.210.590.00   0.02
XYZ45.651628.871494.4334
Yxy28.87140.27020.1709
Hunter Lab53.732157.6250-66.5888
CIE-Lab60.668061.1044-58.5436

#c668fb color RGB value is (198,104,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101000 11111011
Octal 306 150 373
Decimal 198 104 251
Hex C6 68 FB

RGB Percentages of Color #c668fb

%35.80
%18.81
%45.39

CMYK Percentages of Color #c668fb

%21
%59
%0
%2

Triadic Colors of #c668fb

#c668fb #fbc668 #68fbc6

Analogous Colors of #c668fb

#c668fb #fb68e7 #7d68fb

Monochromatic Colors of #c668fb

#c668fb

Complementary Color

#c668fb #9dfb68

#c668fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c668fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c668fb Color CSS Codes

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

#c668fb Text Font Color

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

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


#c668fb Background Color

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

This div background color is #c668fb


#c668fb Border Color

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

This div border color is #c668fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,104,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c668fb


Comments

No comments written yet.

Please login to write comment.