Color Hex Logo

#c661ff Color Hex

#C661FF
(198,97,255)
0 Favorites   0 Comments

Color spaces of #c661ff

RGB 19897255
HSL0.771.000.69
HSV278°62°100°
CMYK 0.220.620.00   0.00
XYZ45.613427.775297.5648
Yxy27.77520.26680.1625
Hunter Lab52.702262.2618-72.8690
CIE-Lab59.685165.2317-62.3235

#c661ff color RGB value is (198,97,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100001 11111111
Octal 306 141 377
Decimal 198 97 255
Hex C6 61 FF

RGB Percentages of Color #c661ff

%36.00
%17.64
%46.36

CMYK Percentages of Color #c661ff

%22
%62
%0
%0

Triadic Colors of #c661ff

#c661ff #ffc661 #61ffc6

Analogous Colors of #c661ff

#c661ff #ff61e9 #7761ff

Monochromatic Colors of #c661ff

#c661ff

Complementary Color

#c661ff #9aff61

#c661ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c661ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c661ff Color CSS Codes

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

#c661ff Text Font Color

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

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


#c661ff Background Color

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

This div background color is #c661ff


#c661ff Border Color

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

This div border color is #c661ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c661ff


Comments

No comments written yet.

Please login to write comment.