Color Hex Logo

#c11988 Color Hex

#C11988
(193,25,136)
0 Favorites   0 Comments

Color spaces of #c11988

RGB 19325136
HSL0.890.770.43
HSV320°87°76°
CMYK 0.000.870.30   0.24
XYZ26.783913.810324.5465
Yxy13.81030.41120.2120
Hunter Lab37.162263.6163-13.1489
CIE-Lab43.959669.3579-18.3445

#c11988 color RGB value is (193,25,136).

#c11988 hex color red value is 193, green value is 25 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #c11988 hue: 0.89 , saturation: 0.77 and the lightness value of c11988 is 0.43.

The process color (four color CMYK) of #c11988 color hex is 0.00, 0.87, 0.30, 0.24. Web safe color of #c11988 is #cc0099. Color #c11988 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011001 10001000
Octal 301 31 210
Decimal 193 25 136
Hex C1 19 88

RGB Percentages of Color #c11988

%54.52
%7.06
%38.42

CMYK Percentages of Color #c11988

%0
%87
%30
%24

Triadic Colors of #c11988

#c11988 #88c119 #1988c1

Analogous Colors of #c11988

#c11988 #c11934 #a619c1

Monochromatic Colors of #c11988

#c11988

Complementary Color

#c11988 #19c152

#c11988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11988 Color CSS Codes

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

#c11988 Text Font Color

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

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


#c11988 Background Color

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

This div background color is #c11988


#c11988 Border Color

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

This div border color is #c11988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11988

#c11988 Color Palettes


Comments

No comments written yet.

Please login to write comment.