Color Hex Logo

#c042bd Color Hex

#C042BD
(192,66,189)
0 Favorites   0 Comments

Color spaces of #c042bd

RGB 19266189
HSL0.840.500.51
HSV301°66°75°
CMYK 0.000.660.02   0.25
XYZ32.871818.777050.0359
Yxy18.77700.32330.1847
Hunter Lab43.332459.5776-38.1294
CIE-Lab50.425364.6501-39.8108

#c042bd color RGB value is (192,66,189).

#c042bd hex color red value is 192, green value is 66 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c042bd hue: 0.84 , saturation: 0.50 and the lightness value of c042bd is 0.51.

The process color (four color CMYK) of #c042bd color hex is 0.00, 0.66, 0.02, 0.25. Web safe color of #c042bd is #cc33cc. Color #c042bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000010 10111101
Octal 300 102 275
Decimal 192 66 189
Hex C0 42 BD

RGB Percentages of Color #c042bd

%42.95
%14.77
%42.28

CMYK Percentages of Color #c042bd

%0
%66
%2
%25

Triadic Colors of #c042bd

#c042bd #bdc042 #42bdc0

Analogous Colors of #c042bd

#c042bd #c0427e #8442c0

Monochromatic Colors of #c042bd

#c042bd

Complementary Color

#c042bd #42c045

#c042bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c042bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c042bd Color CSS Codes

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

#c042bd Text Font Color

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

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


#c042bd Background Color

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

This div background color is #c042bd


#c042bd Border Color

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

This div border color is #c042bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c042bd


Comments

No comments written yet.

Please login to write comment.