Color Hex Logo

#c11498 Color Hex

#C11498
(193,20,152)
0 Favorites   0 Comments

Color spaces of #c11498

RGB 19320152
HSL0.870.810.42
HSV314°90°76°
CMYK 0.000.900.21   0.24
XYZ27.910014.104830.9572
Yxy14.10480.38250.1933
Hunter Lab37.556466.9286-22.5825
CIE-Lab44.382972.0649-27.4032

#c11498 color RGB value is (193,20,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010100 10011000
Octal 301 24 230
Decimal 193 20 152
Hex C1 14 98

RGB Percentages of Color #c11498

%52.88
%5.48
%41.64

CMYK Percentages of Color #c11498

%0
%90
%21
%24

Triadic Colors of #c11498

#c11498 #98c114 #1498c1

Analogous Colors of #c11498

#c11498 #c11441 #9414c1

Monochromatic Colors of #c11498

#c11498

Complementary Color

#c11498 #14c13d

#c11498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11498 Color CSS Codes

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

#c11498 Text Font Color

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

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


#c11498 Background Color

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

This div background color is #c11498


#c11498 Border Color

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

This div border color is #c11498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11498


Comments

No comments written yet.

Please login to write comment.