Color Hex Logo

#c2094d Color Hex

#C2094D
(194,9,77)
0 Favorites   0 Comments

Color spaces of #c2094d

RGB 194977
HSL0.940.910.40
HSV338°95°76°
CMYK 0.000.950.60   0.24
XYZ23.685412.20058.1278
Yxy12.20050.53810.2772
Hunter Lab34.929259.914210.6541
CIE-Lab41.533066.655414.9841

#c2094d color RGB value is (194,9,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001001 01001101
Octal 302 11 115
Decimal 194 9 77
Hex C2 9 4D

RGB Percentages of Color #c2094d

%69.29
%3.21
%27.50

CMYK Percentages of Color #c2094d

%0
%95
%60
%24

Triadic Colors of #c2094d

#c2094d #4dc209 #094dc2

Analogous Colors of #c2094d

#c2094d #c22209 #c209aa

Monochromatic Colors of #c2094d

#c2094d

Complementary Color

#c2094d #09c27e

#c2094d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2094d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2094d Color CSS Codes

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

#c2094d Text Font Color

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

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


#c2094d Background Color

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

This div background color is #c2094d


#c2094d Border Color

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

This div border color is #c2094d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,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 #c2094d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2094d


Comments

No comments written yet.

Please login to write comment.