Color Hex Logo

#c11455 Color Hex

#C11455
(193,20,85)
0 Favorites   0 Comments

Color spaces of #c11455

RGB 1932085
HSL0.940.810.42
HSV337°90°76°
CMYK 0.000.900.56   0.24
XYZ23.882212.49369.7471
Yxy12.49360.51780.2709
Hunter Lab35.346358.75008.3926
CIE-Lab41.990165.554310.5148

#c11455 color RGB value is (193,20,85).

#c11455 hex color red value is 193, green value is 20 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #c11455 hue: 0.94 , saturation: 0.81 and the lightness value of c11455 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010100 01010101
Octal 301 24 125
Decimal 193 20 85
Hex C1 14 55

RGB Percentages of Color #c11455

%64.77
%6.71
%28.52

CMYK Percentages of Color #c11455

%0
%90
%56
%24

Triadic Colors of #c11455

#c11455 #55c114 #1455c1

Analogous Colors of #c11455

#c11455 #c12a14 #c114ac

Monochromatic Colors of #c11455

#c11455

Complementary Color

#c11455 #14c180

#c11455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11455 Color CSS Codes

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

#c11455 Text Font Color

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

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


#c11455 Background Color

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

This div background color is #c11455


#c11455 Border Color

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

This div border color is #c11455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11455


Comments

No comments written yet.

Please login to write comment.