Color Hex Logo

#c036ca Color Hex

#C036CA
(192,54,202)
0 Favorites   0 Comments

Color spaces of #c036ca

RGB 19254202
HSL0.820.580.50
HSV296°73°79°
CMYK 0.050.730.00   0.21
XYZ33.718118.109157.5954
Yxy18.10910.30810.1655
Hunter Lab42.554866.9628-50.4572
CIE-Lab49.628271.0724-48.5961

#c036ca color RGB value is (192,54,202).

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

The process color (four color CMYK) of #c036ca color hex is 0.05, 0.73, 0.00, 0.21. Web safe color of #c036ca is #cc33cc. Color #c036ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110110 11001010
Octal 300 66 312
Decimal 192 54 202
Hex C0 36 CA

RGB Percentages of Color #c036ca

%42.86
%12.05
%45.09

CMYK Percentages of Color #c036ca

%5
%73
%0
%21

Triadic Colors of #c036ca

#c036ca #cac036 #36cac0

Analogous Colors of #c036ca

#c036ca #ca368a #7636ca

Monochromatic Colors of #c036ca

#c036ca

Complementary Color

#c036ca #40ca36

#c036ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c036ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c036ca Color CSS Codes

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

#c036ca Text Font Color

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

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


#c036ca Background Color

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

This div background color is #c036ca


#c036ca Border Color

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

This div border color is #c036ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,54,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 #c036ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c036ca


Comments

No comments written yet.

Please login to write comment.