Color Hex Logo

#c61ffe Color Hex

#C61FFE
(198,31,254)
0 Favorites   0 Comments

Color spaces of #c61ffe

RGB 19831254
HSL0.790.990.56
HSV285°88°100°
CMYK 0.220.880.00   0.00
XYZ41.668120.141595.4575
Yxy20.14150.26500.1281
Hunter Lab44.879387.1893-94.6934
CIE-Lab51.996886.7425-74.1809

#c61ffe color RGB value is (198,31,254).

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

The process color (four color CMYK) of #c61ffe color hex is 0.22, 0.88, 0.00, 0.00. Web safe color of #c61ffe is #cc33ff. Color #c61ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011111 11111110
Octal 306 37 376
Decimal 198 31 254
Hex C6 1F FE

RGB Percentages of Color #c61ffe

%40.99
%6.42
%52.59

CMYK Percentages of Color #c61ffe

%22
%88
%0
%0

Triadic Colors of #c61ffe

#c61ffe #fec61f #1ffec6

Analogous Colors of #c61ffe

#c61ffe #fe1fc7 #571ffe

Monochromatic Colors of #c61ffe

#c61ffe

Complementary Color

#c61ffe #57fe1f

#c61ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61ffe Color CSS Codes

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

#c61ffe Text Font Color

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

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


#c61ffe Background Color

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

This div background color is #c61ffe


#c61ffe Border Color

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

This div border color is #c61ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61ffe


Comments

No comments written yet.

Please login to write comment.