Color Hex Logo

#c1233a Color Hex

#C1233A
(193,35,58)
0 Favorites   0 Comments

Color spaces of #c1233a

RGB 1933558
HSL0.980.690.45
HSV351°82°76°
CMYK 0.000.820.70   0.24
XYZ23.357112.84505.2513
Yxy12.84500.56350.3099
Hunter Lab35.839953.609716.4007
CIE-Lab42.528860.902928.1115

#c1233a color RGB value is (193,35,58).

#c1233a hex color red value is 193, green value is 35 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c1233a hue: 0.98 , saturation: 0.69 and the lightness value of c1233a is 0.45.

The process color (four color CMYK) of #c1233a color hex is 0.00, 0.82, 0.70, 0.24. Web safe color of #c1233a is #cc3333. Color #c1233a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100011 00111010
Octal 301 43 72
Decimal 193 35 58
Hex C1 23 3A

RGB Percentages of Color #c1233a

%67.48
%12.24
%20.28

CMYK Percentages of Color #c1233a

%0
%82
%70
%24

Triadic Colors of #c1233a

#c1233a #3ac123 #233ac1

Analogous Colors of #c1233a

#c1233a #c15b23 #c12389

Monochromatic Colors of #c1233a

#c1233a

Complementary Color

#c1233a #23c1aa

#c1233a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1233a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1233a Color CSS Codes

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

#c1233a Text Font Color

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

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


#c1233a Background Color

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

This div background color is #c1233a


#c1233a Border Color

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

This div border color is #c1233a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1233a


Comments

No comments written yet.

Please login to write comment.