Color Hex Logo

#c056ea Color Hex

#C056EA
(192,86,234)
0 Favorites   0 Comments

Color spaces of #c056ea

RGB 19286234
HSL0.790.780.63
HSV283°63°92°
CMYK 0.180.630.00   0.08
XYZ39.917323.802680.3324
Yxy23.80260.27710.1652
Hunter Lab48.787960.6663-63.4732
CIE-Lab55.889664.5670-56.7727

#c056ea color RGB value is (192,86,234).

#c056ea hex color red value is 192, green value is 86 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c056ea hue: 0.79 , saturation: 0.78 and the lightness value of c056ea is 0.63.

The process color (four color CMYK) of #c056ea color hex is 0.18, 0.63, 0.00, 0.08. Web safe color of #c056ea is #cc66ff. Color #c056ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010110 11101010
Octal 300 126 352
Decimal 192 86 234
Hex C0 56 EA

RGB Percentages of Color #c056ea

%37.50
%16.80
%45.70

CMYK Percentages of Color #c056ea

%18
%63
%0
%8

Triadic Colors of #c056ea

#c056ea #eac056 #56eac0

Analogous Colors of #c056ea

#c056ea #ea56ca #7656ea

Monochromatic Colors of #c056ea

#c056ea

Complementary Color

#c056ea #80ea56

#c056ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c056ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c056ea Color CSS Codes

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

#c056ea Text Font Color

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

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


#c056ea Background Color

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

This div background color is #c056ea


#c056ea Border Color

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

This div border color is #c056ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c056ea


Comments

No comments written yet.

Please login to write comment.