Color Hex Logo

#c9318d Color Hex

#C9318D
(201,49,141)
0 Favorites   0 Comments

Color spaces of #c9318d

RGB 20149141
HSL0.900.610.49
HSV324°76°79°
CMYK 0.000.760.30   0.21
XYZ29.993416.537226.8105
Yxy16.53720.40900.2255
Hunter Lab40.666060.4882-10.6229
CIE-Lab47.671565.9612-15.5774

#c9318d color RGB value is (201,49,141).

#c9318d hex color red value is 201, green value is 49 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c9318d hue: 0.90 , saturation: 0.61 and the lightness value of c9318d is 0.49.

The process color (four color CMYK) of #c9318d color hex is 0.00, 0.76, 0.30, 0.21. Web safe color of #c9318d is #cc3399. Color #c9318d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110001 10001101
Octal 311 61 215
Decimal 201 49 141
Hex C9 31 8D

RGB Percentages of Color #c9318d

%51.41
%12.53
%36.06

CMYK Percentages of Color #c9318d

%0
%76
%30
%21

Triadic Colors of #c9318d

#c9318d #8dc931 #318dc9

Analogous Colors of #c9318d

#c9318d #c93141 #b931c9

Monochromatic Colors of #c9318d

#c9318d

Complementary Color

#c9318d #31c96d

#c9318d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9318d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9318d Color CSS Codes

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

#c9318d Text Font Color

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

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


#c9318d Background Color

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

This div background color is #c9318d


#c9318d Border Color

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

This div border color is #c9318d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,49,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9318d


Comments

No comments written yet.

Please login to write comment.