Color Hex Logo

#c039bd Color Hex

#C039BD
(192,57,189)
0 Favorites   0 Comments

Color spaces of #c039bd

RGB 19257189
HSL0.840.540.49
HSV301°70°75°
CMYK 0.000.700.02   0.25
XYZ32.386717.806849.8742
Yxy17.80680.32360.1779
Hunter Lab42.198163.1506-40.5365
CIE-Lab49.260967.9339-41.6519

#c039bd color RGB value is (192,57,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111001 10111101
Octal 300 71 275
Decimal 192 57 189
Hex C0 39 BD

RGB Percentages of Color #c039bd

%43.84
%13.01
%43.15

CMYK Percentages of Color #c039bd

%0
%70
%2
%25

Triadic Colors of #c039bd

#c039bd #bdc039 #39bdc0

Analogous Colors of #c039bd

#c039bd #c0397a #8039c0

Monochromatic Colors of #c039bd

#c039bd

Complementary Color

#c039bd #39c03c

#c039bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c039bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c039bd Color CSS Codes

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

#c039bd Text Font Color

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

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


#c039bd Background Color

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

This div background color is #c039bd


#c039bd Border Color

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

This div border color is #c039bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c039bd


Comments

No comments written yet.

Please login to write comment.