Color Hex Logo

#c063fa Color Hex

#C063FA
(192,99,250)
0 Favorites   0 Comments

Color spaces of #c063fa

RGB 19299250
HSL0.770.940.68
HSV277°60°98°
CMYK 0.230.600.00   0.02
XYZ43.455427.032393.3699
Yxy27.03230.26520.1650
Hunter Lab51.992658.2032-70.0800
CIE-Lab59.004261.8931-60.6935

#c063fa color RGB value is (192,99,250).

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

The process color (four color CMYK) of #c063fa color hex is 0.23, 0.60, 0.00, 0.02. Web safe color of #c063fa is #cc66ff. Color #c063fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100011 11111010
Octal 300 143 372
Decimal 192 99 250
Hex C0 63 FA

RGB Percentages of Color #c063fa

%35.49
%18.30
%46.21

CMYK Percentages of Color #c063fa

%23
%60
%0
%2

Triadic Colors of #c063fa

#c063fa #fac063 #63fac0

Analogous Colors of #c063fa

#c063fa #fa63e9 #7563fa

Monochromatic Colors of #c063fa

#c063fa

Complementary Color

#c063fa #9dfa63

#c063fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c063fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c063fa Color CSS Codes

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

#c063fa Text Font Color

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

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


#c063fa Background Color

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

This div background color is #c063fa


#c063fa Border Color

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

This div border color is #c063fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,99,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c063fa

Related Colors


Comments

No comments written yet.

Please login to write comment.