Color Hex Logo

#c90040 Color Hex

#C90040
(201,0,64)
0 Favorites   0 Comments

Color spaces of #c90040

RGB 201064
HSL0.951.000.39
HSV341°100°79°
CMYK 0.001.000.68   0.21
XYZ25.012812.78776.0004
Yxy12.78770.57110.2920
Hunter Lab35.759962.274715.0832
CIE-Lab42.441668.510424.6523

#c90040 color RGB value is (201,0,64).

#c90040 hex color red value is 201, green value is 0 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c90040 hue: 0.95 , saturation: 1.00 and the lightness value of c90040 is 0.39.

The process color (four color CMYK) of #c90040 color hex is 0.00, 1.00, 0.68, 0.21. Web safe color of #c90040 is #cc0033. Color #c90040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000000 01000000
Octal 311 0 100
Decimal 201 0 64
Hex C9 0 40

RGB Percentages of Color #c90040

%75.85
%0.00
%24.15

CMYK Percentages of Color #c90040

%0
%100
%68
%21

Triadic Colors of #c90040

#c90040 #40c900 #0040c9

Analogous Colors of #c90040

#c90040 #c92400 #c900a5

Monochromatic Colors of #c90040

#c90040

Complementary Color

#c90040 #00c989

#c90040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90040 Color CSS Codes

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

#c90040 Text Font Color

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

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


#c90040 Background Color

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

This div background color is #c90040


#c90040 Border Color

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

This div border color is #c90040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90040


Comments

No comments written yet.

Please login to write comment.