Color Hex Logo

#c056fd Color Hex

#C056FD
(192,86,253)
0 Favorites   0 Comments

Color spaces of #c056fd

RGB 19286253
HSL0.770.980.66
HSV278°66°99°
CMYK 0.240.660.00   0.01
XYZ42.795624.953995.4895
Yxy24.95390.26220.1529
Hunter Lab49.953965.5021-78.3683
CIE-Lab57.030568.4412-65.5235

#c056fd color RGB value is (192,86,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010110 11111101
Octal 300 126 375
Decimal 192 86 253
Hex C0 56 FD

RGB Percentages of Color #c056fd

%36.16
%16.20
%47.65

CMYK Percentages of Color #c056fd

%24
%66
%0
%1

Triadic Colors of #c056fd

#c056fd #fdc056 #56fdc0

Analogous Colors of #c056fd

#c056fd #fd56e7 #6d56fd

Monochromatic Colors of #c056fd

#c056fd

Complementary Color

#c056fd #93fd56

#c056fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c056fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c056fd Color CSS Codes

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

#c056fd Text Font Color

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

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


#c056fd Background Color

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

This div background color is #c056fd


#c056fd Border Color

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

This div border color is #c056fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c056fd

Related Colors


Comments

No comments written yet.

Please login to write comment.