Color Hex Logo

#c90730 Color Hex

#C90730
(201,7,48)
0 Favorites   0 Comments

Color spaces of #c90730

RGB 201748
HSL0.960.930.41
HSV347°97°79°
CMYK 0.000.970.76   0.21
XYZ24.696912.78293.9620
Yxy12.78290.59590.3085
Hunter Lab35.753260.732818.4570
CIE-Lab42.434367.187334.4740

#c90730 color RGB value is (201,7,48).

#c90730 hex color red value is 201, green value is 7 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c90730 hue: 0.96 , saturation: 0.93 and the lightness value of c90730 is 0.41.

The process color (four color CMYK) of #c90730 color hex is 0.00, 0.97, 0.76, 0.21. Web safe color of #c90730 is #cc0033. Color #c90730 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000111 00110000
Octal 311 7 60
Decimal 201 7 48
Hex C9 7 30

RGB Percentages of Color #c90730

%78.52
%2.73
%18.75

CMYK Percentages of Color #c90730

%0
%97
%76
%21

Triadic Colors of #c90730

#c90730 #30c907 #0730c9

Analogous Colors of #c90730

#c90730 #c93f07 #c90791

Monochromatic Colors of #c90730

#c90730

Complementary Color

#c90730 #07c9a0

#c90730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90730 Color CSS Codes

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

#c90730 Text Font Color

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

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


#c90730 Background Color

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

This div background color is #c90730


#c90730 Border Color

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

This div border color is #c90730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90730


Comments

No comments written yet.

Please login to write comment.