Color Hex Logo

#c23140 Color Hex

#C23140
(194,49,64)
0 Favorites   0 Comments

Color spaces of #c23140

RGB 1944964
HSL0.980.600.48
HSV354°75°76°
CMYK 0.000.750.67   0.24
XYZ24.271914.03616.2805
Yxy14.03610.54440.3148
Hunter Lab37.464850.079516.2861
CIE-Lab44.284757.370826.6636

#c23140 color RGB value is (194,49,64).

#c23140 hex color red value is 194, green value is 49 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c23140 hue: 0.98 , saturation: 0.60 and the lightness value of c23140 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110001 01000000
Octal 302 61 100
Decimal 194 49 64
Hex C2 31 40

RGB Percentages of Color #c23140

%63.19
%15.96
%20.85

CMYK Percentages of Color #c23140

%0
%75
%67
%24

Triadic Colors of #c23140

#c23140 #40c231 #3140c2

Analogous Colors of #c23140

#c23140 #c26b31 #c23189

Monochromatic Colors of #c23140

#c23140

Complementary Color

#c23140 #31c2b3

#c23140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23140 Color CSS Codes

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

#c23140 Text Font Color

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

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


#c23140 Background Color

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

This div background color is #c23140


#c23140 Border Color

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

This div border color is #c23140


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,49,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23140


Comments

No comments written yet.

Please login to write comment.