Color Hex Logo

#c039ba Color Hex

#C039BA
(192,57,186)
0 Favorites   0 Comments

Color spaces of #c039ba

RGB 19257186
HSL0.840.540.49
HSV303°70°75°
CMYK 0.000.700.03   0.25
XYZ32.064317.677948.1766
Yxy17.67790.32750.1805
Hunter Lab42.045162.5482-38.5048
CIE-Lab49.103167.4516-40.1546

#c039ba color RGB value is (192,57,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111001 10111010
Octal 300 71 272
Decimal 192 57 186
Hex C0 39 BA

RGB Percentages of Color #c039ba

%44.14
%13.10
%42.76

CMYK Percentages of Color #c039ba

%0
%70
%3
%25

Triadic Colors of #c039ba

#c039ba #bac039 #39bac0

Analogous Colors of #c039ba

#c039ba #c03977 #8339c0

Monochromatic Colors of #c039ba

#c039ba

Complementary Color

#c039ba #39c03f

#c039ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c039ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c039ba Color CSS Codes

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

#c039ba Text Font Color

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

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


#c039ba Background Color

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

This div background color is #c039ba


#c039ba Border Color

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

This div border color is #c039ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c039ba


Comments

No comments written yet.

Please login to write comment.