Color Hex Logo

#c1089f Color Hex

#C1089F
(193,8,159)
0 Favorites   0 Comments

Color spaces of #c1089f

RGB 1938159
HSL0.860.920.39
HSV311°96°76°
CMYK 0.000.960.18   0.24
XYZ28.337214.014334.0124
Yxy14.01430.37110.1835
Hunter Lab37.435769.6044-27.6633
CIE-Lab44.253474.3098-31.8177

#c1089f color RGB value is (193,8,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001000 10011111
Octal 301 10 237
Decimal 193 8 159
Hex C1 8 9F

RGB Percentages of Color #c1089f

%53.61
%2.22
%44.17

CMYK Percentages of Color #c1089f

%0
%96
%18
%24

Triadic Colors of #c1089f

#c1089f #9fc108 #089fc1

Analogous Colors of #c1089f

#c1089f #c10842 #8708c1

Monochromatic Colors of #c1089f

#c1089f

Complementary Color

#c1089f #08c12a

#c1089f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1089f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1089f Color CSS Codes

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

#c1089f Text Font Color

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

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


#c1089f Background Color

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

This div background color is #c1089f


#c1089f Border Color

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

This div border color is #c1089f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1089f


Comments

No comments written yet.

Please login to write comment.