Color Hex Logo

#c91388 Color Hex

#C91388
(201,19,136)
0 Favorites   0 Comments

Color spaces of #c91388

RGB 20119136
HSL0.890.830.43
HSV321°91°79°
CMYK 0.000.910.32   0.21
XYZ28.764214.660824.6063
Yxy14.66080.42280.2155
Hunter Lab38.289467.0882-11.2995
CIE-Lab45.166172.0454-16.3632

#c91388 color RGB value is (201,19,136).

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

The process color (four color CMYK) of #c91388 color hex is 0.00, 0.91, 0.32, 0.21. Web safe color of #c91388 is #cc0099. Color #c91388 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010011 10001000
Octal 311 23 210
Decimal 201 19 136
Hex C9 13 88

RGB Percentages of Color #c91388

%56.46
%5.34
%38.20

CMYK Percentages of Color #c91388

%0
%91
%32
%21

Triadic Colors of #c91388

#c91388 #88c913 #1388c9

Analogous Colors of #c91388

#c91388 #c9132d #af13c9

Monochromatic Colors of #c91388

#c91388

Complementary Color

#c91388 #13c954

#c91388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c91388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c91388 Color CSS Codes

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

#c91388 Text Font Color

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

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


#c91388 Background Color

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

This div background color is #c91388


#c91388 Border Color

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

This div border color is #c91388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c91388


Comments

No comments written yet.

Please login to write comment.