Color Hex Logo

#c1398f Color Hex

#C1398F
(193,57,143)
0 Favorites   0 Comments

Color spaces of #c1398f

RGB 19357143
HSL0.890.540.49
HSV322°70°76°
CMYK 0.000.700.26   0.24
XYZ28.413416.246927.6250
Yxy16.24690.39310.2248
Hunter Lab40.307455.2896-12.4196
CIE-Lab47.296861.4911-17.4804

#c1398f color RGB value is (193,57,143).

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

The process color (four color CMYK) of #c1398f color hex is 0.00, 0.70, 0.26, 0.24. Web safe color of #c1398f is #cc3399. Color #c1398f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111001 10001111
Octal 301 71 217
Decimal 193 57 143
Hex C1 39 8F

RGB Percentages of Color #c1398f

%49.11
%14.50
%36.39

CMYK Percentages of Color #c1398f

%0
%70
%26
%24

Triadic Colors of #c1398f

#c1398f #8fc139 #398fc1

Analogous Colors of #c1398f

#c1398f #c1394b #af39c1

Monochromatic Colors of #c1398f

#c1398f

Complementary Color

#c1398f #39c16b

#c1398f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1398f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1398f Color CSS Codes

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

#c1398f Text Font Color

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

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


#c1398f Background Color

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

This div background color is #c1398f


#c1398f Border Color

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

This div border color is #c1398f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1398f


Comments

No comments written yet.

Please login to write comment.