Color Hex Logo

#c0094d Color Hex

#C0094D
(192,9,77)
0 Favorites   0 Comments

Color spaces of #c0094d

RGB 192977
HSL0.940.910.39
HSV338°95°75°
CMYK 0.000.950.60   0.25
XYZ23.175511.93778.1039
Yxy11.93770.53630.2762
Hunter Lab34.551059.266910.2793
CIE-Lab41.116966.174614.3493

#c0094d color RGB value is (192,9,77).

#c0094d hex color red value is 192, green value is 9 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #c0094d hue: 0.94 , saturation: 0.91 and the lightness value of c0094d is 0.39.

The process color (four color CMYK) of #c0094d color hex is 0.00, 0.95, 0.60, 0.25. Web safe color of #c0094d is #cc0066. Color #c0094d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001001 01001101
Octal 300 11 115
Decimal 192 9 77
Hex C0 9 4D

RGB Percentages of Color #c0094d

%69.06
%3.24
%27.70

CMYK Percentages of Color #c0094d

%0
%95
%60
%25

Triadic Colors of #c0094d

#c0094d #4dc009 #094dc0

Analogous Colors of #c0094d

#c0094d #c02009 #c009a9

Monochromatic Colors of #c0094d

#c0094d

Complementary Color

#c0094d #09c07c

#c0094d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0094d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0094d Color CSS Codes

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

#c0094d Text Font Color

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

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


#c0094d Background Color

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

This div background color is #c0094d


#c0094d Border Color

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

This div border color is #c0094d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,9,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0094d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0094d;
  -webkit-box-shadow: 1px 1px 3px 2px #c0094d;
  box-shadow:         1px 1px 3px 2px #c0094d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,9,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0094d


Comments

No comments written yet.

Please login to write comment.