Color Hex Logo

#c9146f Color Hex

#C9146F
(201,20,111)
0 Favorites   0 Comments

Color spaces of #c9146f

RGB 20120111
HSL0.920.820.43
HSV330°90°79°
CMYK 0.000.900.45   0.21
XYZ27.206814.065516.3199
Yxy14.06550.47240.2442
Hunter Lab37.504063.85860.4527
CIE-Lab44.326769.4920-2.2270

#c9146f color RGB value is (201,20,111).

#c9146f hex color red value is 201, green value is 20 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c9146f hue: 0.92 , saturation: 0.82 and the lightness value of c9146f is 0.43.

The process color (four color CMYK) of #c9146f color hex is 0.00, 0.90, 0.45, 0.21. Web safe color of #c9146f is #cc0066. Color #c9146f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010100 01101111
Octal 311 24 157
Decimal 201 20 111
Hex C9 14 6F

RGB Percentages of Color #c9146f

%60.54
%6.02
%33.43

CMYK Percentages of Color #c9146f

%0
%90
%45
%21

Triadic Colors of #c9146f

#c9146f #6fc914 #146fc9

Analogous Colors of #c9146f

#c9146f #c91414 #c914c9

Monochromatic Colors of #c9146f

#c9146f

Complementary Color

#c9146f #14c96e

#c9146f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9146f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9146f Color CSS Codes

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

#c9146f Text Font Color

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

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


#c9146f Background Color

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

This div background color is #c9146f


#c9146f Border Color

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

This div border color is #c9146f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9146f


Comments

No comments written yet.

Please login to write comment.