Color Hex Logo

#c661fe Color Hex

#C661FE
(198,97,254)
0 Favorites   0 Comments

Color spaces of #c661fe

RGB 19897254
HSL0.770.990.69
HSV279°62°100°
CMYK 0.220.620.00   0.00
XYZ45.452827.710996.7190
Yxy27.71090.26760.1631
Hunter Lab52.641162.0032-72.0863
CIE-Lab59.626765.0236-61.8655

#c661fe color RGB value is (198,97,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100001 11111110
Octal 306 141 376
Decimal 198 97 254
Hex C6 61 FE

RGB Percentages of Color #c661fe

%36.07
%17.67
%46.27

CMYK Percentages of Color #c661fe

%22
%62
%0
%0

Triadic Colors of #c661fe

#c661fe #fec661 #61fec6

Analogous Colors of #c661fe

#c661fe #fe61e8 #7861fe

Monochromatic Colors of #c661fe

#c661fe

Complementary Color

#c661fe #99fe61

#c661fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c661fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c661fe Color CSS Codes

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

#c661fe Text Font Color

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

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


#c661fe Background Color

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

This div background color is #c661fe


#c661fe Border Color

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

This div border color is #c661fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c661fe


Comments

No comments written yet.

Please login to write comment.