Color Hex Logo

#c063fe Color Hex

#C063FE
(192,99,254)
0 Favorites   0 Comments

Color spaces of #c063fe

RGB 19299254
HSL0.770.990.69
HSV276°61°100°
CMYK 0.240.610.00   0.00
XYZ44.089527.285996.7089
Yxy27.28590.26230.1623
Hunter Lab52.235959.2493-73.2036
CIE-Lab59.238062.7498-62.5289

#c063fe color RGB value is (192,99,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100011 11111110
Octal 300 143 376
Decimal 192 99 254
Hex C0 63 FE

RGB Percentages of Color #c063fe

%35.23
%18.17
%46.61

CMYK Percentages of Color #c063fe

%24
%61
%0
%0

Triadic Colors of #c063fe

#c063fe #fec063 #63fec0

Analogous Colors of #c063fe

#c063fe #fe63ef #7363fe

Monochromatic Colors of #c063fe

#c063fe

Complementary Color

#c063fe #a1fe63

#c063fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c063fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c063fe Color CSS Codes

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

#c063fe Text Font Color

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

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


#c063fe Background Color

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

This div background color is #c063fe


#c063fe Border Color

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

This div border color is #c063fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c063fe

Related Colors


Comments

No comments written yet.

Please login to write comment.