Color Hex Logo

#c056fa Color Hex

#C056FA
(192,86,250)
0 Favorites   0 Comments

Color spaces of #c056fa

RGB 19286250
HSL0.770.940.66
HSV279°66°98°
CMYK 0.230.660.00   0.02
XYZ42.321324.764292.9919
Yxy24.76420.26440.1547
Hunter Lab49.763664.7183-75.9590
CIE-Lab56.844967.8199-64.1596

#c056fa color RGB value is (192,86,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010110 11111010
Octal 300 126 372
Decimal 192 86 250
Hex C0 56 FA

RGB Percentages of Color #c056fa

%36.36
%16.29
%47.35

CMYK Percentages of Color #c056fa

%23
%66
%0
%2

Triadic Colors of #c056fa

#c056fa #fac056 #56fac0

Analogous Colors of #c056fa

#c056fa #fa56e2 #6e56fa

Monochromatic Colors of #c056fa

#c056fa

Complementary Color

#c056fa #90fa56

#c056fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c056fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c056fa Color CSS Codes

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

#c056fa Text Font Color

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

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


#c056fa Background Color

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

This div background color is #c056fa


#c056fa Border Color

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

This div border color is #c056fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c056fa


Comments

No comments written yet.

Please login to write comment.