Color Hex Logo

#c053ca Color Hex

#C053CA
(192,83,202)
0 Favorites   0 Comments

Color spaces of #c053ca

RGB 19283202
HSL0.820.530.56
HSV295°59°79°
CMYK 0.050.590.00   0.21
XYZ35.492221.657258.1867
Yxy21.65720.30770.1878
Hunter Lab46.537354.6948-41.5556
CIE-Lab53.661459.7899-42.1939

#c053ca color RGB value is (192,83,202).

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

The process color (four color CMYK) of #c053ca color hex is 0.05, 0.59, 0.00, 0.21. Web safe color of #c053ca is #cc66cc. Color #c053ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010011 11001010
Octal 300 123 312
Decimal 192 83 202
Hex C0 53 CA

RGB Percentages of Color #c053ca

%40.25
%17.40
%42.35

CMYK Percentages of Color #c053ca

%5
%59
%0
%21

Triadic Colors of #c053ca

#c053ca #cac053 #53cac0

Analogous Colors of #c053ca

#c053ca #ca5399 #8553ca

Monochromatic Colors of #c053ca

#c053ca

Complementary Color

#c053ca #5dca53

#c053ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c053ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c053ca Color CSS Codes

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

#c053ca Text Font Color

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

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


#c053ca Background Color

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

This div background color is #c053ca


#c053ca Border Color

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

This div border color is #c053ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c053ca


Comments

No comments written yet.

Please login to write comment.