Color Hex Logo

#c1333f Color Hex

#C1333F
(193,51,63)
0 Favorites   0 Comments

Color spaces of #c1333f

RGB 1935163
HSL0.990.580.48
HSV355°74°76°
CMYK 0.000.740.67   0.24
XYZ24.073314.06406.1484
Yxy14.06400.54360.3176
Hunter Lab37.502048.954316.5309
CIE-Lab44.324656.331227.2781

#c1333f color RGB value is (193,51,63).

#c1333f hex color red value is 193, green value is 51 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c1333f hue: 0.99 , saturation: 0.58 and the lightness value of c1333f is 0.48.

The process color (four color CMYK) of #c1333f color hex is 0.00, 0.74, 0.67, 0.24. Web safe color of #c1333f is #cc3333. Color #c1333f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110011 00111111
Octal 301 63 77
Decimal 193 51 63
Hex C1 33 3F

RGB Percentages of Color #c1333f

%62.87
%16.61
%20.52

CMYK Percentages of Color #c1333f

%0
%74
%67
%24

Triadic Colors of #c1333f

#c1333f #3fc133 #333fc1

Analogous Colors of #c1333f

#c1333f #c16e33 #c13386

Monochromatic Colors of #c1333f

#c1333f

Complementary Color

#c1333f #33c1b5

#c1333f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1333f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1333f Color CSS Codes

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

#c1333f Text Font Color

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

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


#c1333f Background Color

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

This div background color is #c1333f


#c1333f Border Color

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

This div border color is #c1333f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1333f


Comments

No comments written yet.

Please login to write comment.