Color Hex Logo

#c3094b Color Hex

#C3094B
(195,9,75)
0 Favorites   0 Comments

Color spaces of #c3094b

RGB 195975
HSL0.940.910.40
HSV339°95°76°
CMYK 0.000.950.62   0.24
XYZ23.873412.30557.7735
Yxy12.30550.54320.2800
Hunter Lab35.079260.090911.4169
CIE-Lab41.697666.776316.5097

#c3094b color RGB value is (195,9,75).

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

The process color (four color CMYK) of #c3094b color hex is 0.00, 0.95, 0.62, 0.24. Web safe color of #c3094b is #cc0033. Color #c3094b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001001 01001011
Octal 303 11 113
Decimal 195 9 75
Hex C3 9 4B

RGB Percentages of Color #c3094b

%69.89
%3.23
%26.88

CMYK Percentages of Color #c3094b

%0
%95
%62
%24

Triadic Colors of #c3094b

#c3094b #4bc309 #094bc3

Analogous Colors of #c3094b

#c3094b #c32409 #c309a8

Monochromatic Colors of #c3094b

#c3094b

Complementary Color

#c3094b #09c381

#c3094b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3094b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3094b Color CSS Codes

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

#c3094b Text Font Color

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

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


#c3094b Background Color

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

This div background color is #c3094b


#c3094b Border Color

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

This div border color is #c3094b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3094b


Comments

No comments written yet.

Please login to write comment.