Color Hex Logo

#c668fe Color Hex

#C668FE
(198,104,254)
0 Favorites   0 Comments

Color spaces of #c668fe

RGB 198104254
HSL0.770.990.70
HSV278°59°100°
CMYK 0.220.590.00   0.00
XYZ46.128429.062296.9443
Yxy29.06220.26800.1688
Hunter Lab53.909458.3949-68.8836
CIE-Lab60.836561.7366-59.9288

#c668fe color RGB value is (198,104,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101000 11111110
Octal 306 150 376
Decimal 198 104 254
Hex C6 68 FE

RGB Percentages of Color #c668fe

%35.61
%18.71
%45.68

CMYK Percentages of Color #c668fe

%22
%59
%0
%0

Triadic Colors of #c668fe

#c668fe #fec668 #68fec6

Analogous Colors of #c668fe

#c668fe #fe68eb #7b68fe

Monochromatic Colors of #c668fe

#c668fe

Complementary Color

#c668fe #a0fe68

#c668fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c668fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c668fe Color CSS Codes

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

#c668fe Text Font Color

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

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


#c668fe Background Color

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

This div background color is #c668fe


#c668fe Border Color

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

This div border color is #c668fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c668fe

Related Colors


Comments

No comments written yet.

Please login to write comment.