Color Hex Logo

#c1083b Color Hex

#C1083B
(193,8,59)
0 Favorites   0 Comments

Color spaces of #c1083b

RGB 193859
HSL0.950.920.39
HSV343°96°76°
CMYK 0.000.960.69   0.24
XYZ22.868611.82695.2152
Yxy11.82690.57300.2963
Hunter Lab34.390358.514815.0820
CIE-Lab40.939765.553725.5389

#c1083b color RGB value is (193,8,59).

#c1083b hex color red value is 193, green value is 8 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c1083b hue: 0.95 , saturation: 0.92 and the lightness value of c1083b is 0.39.

The process color (four color CMYK) of #c1083b color hex is 0.00, 0.96, 0.69, 0.24. Web safe color of #c1083b is #cc0033. Color #c1083b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001000 00111011
Octal 301 10 73
Decimal 193 8 59
Hex C1 8 3B

RGB Percentages of Color #c1083b

%74.23
%3.08
%22.69

CMYK Percentages of Color #c1083b

%0
%96
%69
%24

Triadic Colors of #c1083b

#c1083b #3bc108 #083bc1

Analogous Colors of #c1083b

#c1083b #c13108 #c10898

Monochromatic Colors of #c1083b

#c1083b

Complementary Color

#c1083b #08c18e

#c1083b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1083b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1083b Color CSS Codes

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

#c1083b Text Font Color

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

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


#c1083b Background Color

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

This div background color is #c1083b


#c1083b Border Color

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

This div border color is #c1083b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,8,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1083b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1083b;
  -webkit-box-shadow: 1px 1px 3px 2px #c1083b;
  box-shadow:         1px 1px 3px 2px #c1083b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,8,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1083b


Comments

No comments written yet.

Please login to write comment.