Color Hex Logo

#c042ca Color Hex

#C042CA
(192,66,202)
0 Favorites   0 Comments

Color spaces of #c042ca

RGB 19266202
HSL0.820.560.53
HSV296°67°79°
CMYK 0.050.670.00   0.21
XYZ34.347119.367257.8051
Yxy19.36720.30800.1737
Hunter Lab44.008262.2997-47.0722
CIE-Lab51.114166.8550-46.2303

#c042ca color RGB value is (192,66,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000010 11001010
Octal 300 102 312
Decimal 192 66 202
Hex C0 42 CA

RGB Percentages of Color #c042ca

%41.74
%14.35
%43.91

CMYK Percentages of Color #c042ca

%5
%67
%0
%21

Triadic Colors of #c042ca

#c042ca #cac042 #42cac0

Analogous Colors of #c042ca

#c042ca #ca4290 #7c42ca

Monochromatic Colors of #c042ca

#c042ca

Complementary Color

#c042ca #4cca42

#c042ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c042ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c042ca Color CSS Codes

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

#c042ca Text Font Color

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

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


#c042ca Background Color

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

This div background color is #c042ca


#c042ca Border Color

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

This div border color is #c042ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c042ca


Comments

No comments written yet.

Please login to write comment.