Color Hex Logo

#c9053d Color Hex

#C9053D
(201,5,61)
0 Favorites   0 Comments

Color spaces of #c9053d

RGB 201561
HSL0.950.950.40
HSV343°98°79°
CMYK 0.000.980.70   0.21
XYZ24.984012.86305.5809
Yxy12.86300.57530.2962
Hunter Lab35.865061.581415.8795
CIE-Lab42.556167.893926.6663

#c9053d color RGB value is (201,5,61).

#c9053d hex color red value is 201, green value is 5 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c9053d hue: 0.95 , saturation: 0.95 and the lightness value of c9053d is 0.40.

The process color (four color CMYK) of #c9053d color hex is 0.00, 0.98, 0.70, 0.21. Web safe color of #c9053d is #cc0033. Color #c9053d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000101 00111101
Octal 311 5 75
Decimal 201 5 61
Hex C9 5 3D

RGB Percentages of Color #c9053d

%75.28
%1.87
%22.85

CMYK Percentages of Color #c9053d

%0
%98
%70
%21

Triadic Colors of #c9053d

#c9053d #3dc905 #053dc9

Analogous Colors of #c9053d

#c9053d #c92f05 #c9059f

Monochromatic Colors of #c9053d

#c9053d

Complementary Color

#c9053d #05c991

#c9053d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9053d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9053d Color CSS Codes

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

#c9053d Text Font Color

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

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


#c9053d Background Color

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

This div background color is #c9053d


#c9053d Border Color

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

This div border color is #c9053d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9053d


Comments

No comments written yet.

Please login to write comment.