Color Hex Logo

#c061fe Color Hex

#C061FE
(192,97,254)
0 Favorites   0 Comments

Color spaces of #c061fe

RGB 19297254
HSL0.770.990.69
HSV276°62°100°
CMYK 0.240.620.00   0.00
XYZ43.902326.911696.6465
Yxy26.91160.26220.1607
Hunter Lab51.876460.2785-74.1447
CIE-Lab58.892463.6909-63.0834

#c061fe color RGB value is (192,97,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100001 11111110
Octal 300 141 376
Decimal 192 97 254
Hex C0 61 FE

RGB Percentages of Color #c061fe

%35.36
%17.86
%46.78

CMYK Percentages of Color #c061fe

%24
%62
%0
%0

Triadic Colors of #c061fe

#c061fe #fec061 #61fec0

Analogous Colors of #c061fe

#c061fe #fe61ee #7261fe

Monochromatic Colors of #c061fe

#c061fe

Complementary Color

#c061fe #9ffe61

#c061fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c061fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c061fe Color CSS Codes

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

#c061fe Text Font Color

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

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


#c061fe Background Color

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

This div background color is #c061fe


#c061fe Border Color

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

This div border color is #c061fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c061fe


Comments

No comments written yet.

Please login to write comment.