Color Hex Logo

#c11358 Color Hex

#C11358
(193,19,88)
0 Favorites   0 Comments

Color spaces of #c11358

RGB 1931988
HSL0.930.820.42
HSV336°90°76°
CMYK 0.000.900.54   0.24
XYZ23.986612.507810.3825
Yxy12.50780.51170.2668
Hunter Lab35.366459.17337.3507
CIE-Lab42.012165.91878.6493

#c11358 color RGB value is (193,19,88).

#c11358 hex color red value is 193, green value is 19 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #c11358 hue: 0.93 , saturation: 0.82 and the lightness value of c11358 is 0.42.

The process color (four color CMYK) of #c11358 color hex is 0.00, 0.90, 0.54, 0.24. Web safe color of #c11358 is #cc0066. Color #c11358 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010011 01011000
Octal 301 23 130
Decimal 193 19 88
Hex C1 13 58

RGB Percentages of Color #c11358

%64.33
%6.33
%29.33

CMYK Percentages of Color #c11358

%0
%90
%54
%24

Triadic Colors of #c11358

#c11358 #58c113 #1358c1

Analogous Colors of #c11358

#c11358 #c12513 #c113af

Monochromatic Colors of #c11358

#c11358

Complementary Color

#c11358 #13c17c

#c11358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11358 Color CSS Codes

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

#c11358 Text Font Color

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

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


#c11358 Background Color

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

This div background color is #c11358


#c11358 Border Color

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

This div border color is #c11358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11358


Comments

No comments written yet.

Please login to write comment.