Color Hex Logo

#c11398 Color Hex

#C11398
(193,19,152)
0 Favorites   0 Comments

Color spaces of #c11398

RGB 19319152
HSL0.870.820.42
HSV314°90°76°
CMYK 0.000.900.21   0.24
XYZ27.892714.070230.9515
Yxy14.07020.38250.1930
Hunter Lab37.510367.0900-22.6658
CIE-Lab44.333472.2092-27.4803

#c11398 color RGB value is (193,19,152).

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

The process color (four color CMYK) of #c11398 color hex is 0.00, 0.90, 0.21, 0.24. Web safe color of #c11398 is #cc0099. Color #c11398 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010011 10011000
Octal 301 23 230
Decimal 193 19 152
Hex C1 13 98

RGB Percentages of Color #c11398

%53.02
%5.22
%41.76

CMYK Percentages of Color #c11398

%0
%90
%21
%24

Triadic Colors of #c11398

#c11398 #98c113 #1398c1

Analogous Colors of #c11398

#c11398 #c11341 #9313c1

Monochromatic Colors of #c11398

#c11398

Complementary Color

#c11398 #13c13c

#c11398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11398 Color CSS Codes

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

#c11398 Text Font Color

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

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


#c11398 Background Color

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

This div background color is #c11398


#c11398 Border Color

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

This div border color is #c11398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11398


Comments

No comments written yet.

Please login to write comment.