Color Hex Logo

#c042da Color Hex

#C042DA
(192,66,218)
0 Favorites   0 Comments

Color spaces of #c042da

RGB 19266218
HSL0.800.670.56
HSV290°70°85°
CMYK 0.120.700.00   0.15
XYZ36.341320.164968.3065
Yxy20.16490.29120.1616
Hunter Lab44.905365.8733-58.7536
CIE-Lab52.023169.6999-53.9293

#c042da color RGB value is (192,66,218).

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

The process color (four color CMYK) of #c042da color hex is 0.12, 0.70, 0.00, 0.15. Web safe color of #c042da is #cc33cc. Color #c042da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000010 11011010
Octal 300 102 332
Decimal 192 66 218
Hex C0 42 DA

RGB Percentages of Color #c042da

%40.34
%13.87
%45.80

CMYK Percentages of Color #c042da

%12
%70
%0
%15

Triadic Colors of #c042da

#c042da #dac042 #42dac0

Analogous Colors of #c042da

#c042da #da42a8 #7442da

Monochromatic Colors of #c042da

#c042da

Complementary Color

#c042da #5cda42

#c042da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c042da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c042da Color CSS Codes

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

#c042da Text Font Color

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

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


#c042da Background Color

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

This div background color is #c042da


#c042da Border Color

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

This div border color is #c042da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c042da


Comments

No comments written yet.

Please login to write comment.