Color Hex Logo

#c0399f Color Hex

#C0399F
(192,57,159)
0 Favorites   0 Comments

Color spaces of #c0399f

RGB 19257159
HSL0.870.540.49
HSV315°70°75°
CMYK 0.000.700.17   0.25
XYZ29.459416.635934.4593
Yxy16.63590.36570.2065
Hunter Lab40.787157.5481-21.5406
CIE-Lab47.798063.3840-26.2982

#c0399f color RGB value is (192,57,159).

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

The process color (four color CMYK) of #c0399f color hex is 0.00, 0.70, 0.17, 0.25. Web safe color of #c0399f is #cc3399. Color #c0399f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111001 10011111
Octal 300 71 237
Decimal 192 57 159
Hex C0 39 9F

RGB Percentages of Color #c0399f

%47.06
%13.97
%38.97

CMYK Percentages of Color #c0399f

%0
%70
%17
%25

Triadic Colors of #c0399f

#c0399f #9fc039 #399fc0

Analogous Colors of #c0399f

#c0399f #c0395c #9e39c0

Monochromatic Colors of #c0399f

#c0399f

Complementary Color

#c0399f #39c05a

#c0399f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0399f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0399f Color CSS Codes

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

#c0399f Text Font Color

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

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


#c0399f Background Color

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

This div background color is #c0399f


#c0399f Border Color

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

This div border color is #c0399f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0399f


Comments

No comments written yet.

Please login to write comment.