Color Hex Logo

#c053ce Color Hex

#C053CE
(192,83,206)
0 Favorites   0 Comments

Color spaces of #c053ce

RGB 19283206
HSL0.810.560.57
HSV293°60°81°
CMYK 0.070.600.00   0.19
XYZ35.972121.849260.7139
Yxy21.84920.30350.1843
Hunter Lab46.743155.5677-44.2906
CIE-Lab53.866660.5207-44.1565

#c053ce color RGB value is (192,83,206).

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

The process color (four color CMYK) of #c053ce color hex is 0.07, 0.60, 0.00, 0.19. Web safe color of #c053ce is #cc66cc. Color #c053ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010011 11001110
Octal 300 123 316
Decimal 192 83 206
Hex C0 53 CE

RGB Percentages of Color #c053ce

%39.92
%17.26
%42.83

CMYK Percentages of Color #c053ce

%7
%60
%0
%19

Triadic Colors of #c053ce

#c053ce #cec053 #53cec0

Analogous Colors of #c053ce

#c053ce #ce539f #8353ce

Monochromatic Colors of #c053ce

#c053ce

Complementary Color

#c053ce #61ce53

#c053ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c053ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c053ce Color CSS Codes

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

#c053ce Text Font Color

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

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


#c053ce Background Color

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

This div background color is #c053ce


#c053ce Border Color

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

This div border color is #c053ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c053ce


Comments

No comments written yet.

Please login to write comment.