Color Hex Logo

#c1019f Color Hex

#C1019F
(193,1,159)
0 Favorites   0 Comments

Color spaces of #c1019f

RGB 1931159
HSL0.860.990.38
HSV311°99°76°
CMYK 0.000.990.18   0.24
XYZ28.261213.862433.9871
Yxy13.86240.37130.1821
Hunter Lab37.232270.3343-28.0597
CIE-Lab44.034974.9526-32.1607

#c1019f color RGB value is (193,1,159).

#c1019f hex color red value is 193, green value is 1 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c1019f hue: 0.86 , saturation: 0.99 and the lightness value of c1019f is 0.38.

The process color (four color CMYK) of #c1019f color hex is 0.00, 0.99, 0.18, 0.24. Web safe color of #c1019f is #cc0099. Color #c1019f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000001 10011111
Octal 301 1 237
Decimal 193 1 159
Hex C1 1 9F

RGB Percentages of Color #c1019f

%54.67
%0.28
%45.04

CMYK Percentages of Color #c1019f

%0
%99
%18
%24

Triadic Colors of #c1019f

#c1019f #9fc101 #019fc1

Analogous Colors of #c1019f

#c1019f #c1013f #8301c1

Monochromatic Colors of #c1019f

#c1019f

Complementary Color

#c1019f #01c123

#c1019f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1019f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1019f Color CSS Codes

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

#c1019f Text Font Color

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

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


#c1019f Background Color

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

This div background color is #c1019f


#c1019f Border Color

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

This div border color is #c1019f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1019f


Comments

No comments written yet.

Please login to write comment.