Color Hex Logo

#c11190 Color Hex

#C11190
(193,17,144)
0 Favorites   0 Comments

Color spaces of #c11190

RGB 19317144
HSL0.880.840.41
HSV317°91°76°
CMYK 0.000.910.25   0.24
XYZ27.226813.752027.6049
Yxy13.75200.39700.2005
Hunter Lab37.083766.1580-18.1766
CIE-Lab43.875171.5191-23.3490

#c11190 color RGB value is (193,17,144).

#c11190 hex color red value is 193, green value is 17 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c11190 hue: 0.88 , saturation: 0.84 and the lightness value of c11190 is 0.41.

The process color (four color CMYK) of #c11190 color hex is 0.00, 0.91, 0.25, 0.24. Web safe color of #c11190 is #cc0099. Color #c11190 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010001 10010000
Octal 301 21 220
Decimal 193 17 144
Hex C1 11 90

RGB Percentages of Color #c11190

%54.52
%4.80
%40.68

CMYK Percentages of Color #c11190

%0
%91
%25
%24

Triadic Colors of #c11190

#c11190 #90c111 #1190c1

Analogous Colors of #c11190

#c11190 #c11138 #9a11c1

Monochromatic Colors of #c11190

#c11190

Complementary Color

#c11190 #11c142

#c11190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11190 Color CSS Codes

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

#c11190 Text Font Color

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

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


#c11190 Background Color

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

This div background color is #c11190


#c11190 Border Color

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

This div border color is #c11190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11190


Comments

No comments written yet.

Please login to write comment.