Color Hex Logo

#c053cc Color Hex

#C053CC
(192,83,204)
0 Favorites   0 Comments

Color spaces of #c053cc

RGB 19283204
HSL0.820.540.56
HSV294°59°80°
CMYK 0.060.590.00   0.20
XYZ35.730621.752659.4422
Yxy21.75260.30560.1860
Hunter Lab46.639755.1292-42.9172
CIE-Lab53.763560.1540-43.1769

#c053cc color RGB value is (192,83,204).

#c053cc hex color red value is 192, green value is 83 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c053cc hue: 0.82 , saturation: 0.54 and the lightness value of c053cc is 0.56.

The process color (four color CMYK) of #c053cc color hex is 0.06, 0.59, 0.00, 0.20. Web safe color of #c053cc is #cc66cc. Color #c053cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010011 11001100
Octal 300 123 314
Decimal 192 83 204
Hex C0 53 CC

RGB Percentages of Color #c053cc

%40.08
%17.33
%42.59

CMYK Percentages of Color #c053cc

%6
%59
%0
%20

Triadic Colors of #c053cc

#c053cc #ccc053 #53ccc0

Analogous Colors of #c053cc

#c053cc #cc539c #8453cc

Monochromatic Colors of #c053cc

#c053cc

Complementary Color

#c053cc #5fcc53

#c053cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c053cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c053cc Color CSS Codes

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

#c053cc Text Font Color

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

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


#c053cc Background Color

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

This div background color is #c053cc


#c053cc Border Color

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

This div border color is #c053cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c053cc


Comments

No comments written yet.

Please login to write comment.