Color Hex Logo

#c23448 Color Hex

#C23448
(194,52,72)
0 Favorites   0 Comments

Color spaces of #c23448

RGB 1945272
HSL0.980.580.48
HSV352°73°76°
CMYK 0.000.730.63   0.24
XYZ24.645814.39327.6101
Yxy14.39320.52830.3085
Hunter Lab37.938449.566314.6638
CIE-Lab44.791656.806222.4297

#c23448 color RGB value is (194,52,72).

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

The process color (four color CMYK) of #c23448 color hex is 0.00, 0.73, 0.63, 0.24. Web safe color of #c23448 is #cc3333. Color #c23448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110100 01001000
Octal 302 64 110
Decimal 194 52 72
Hex C2 34 48

RGB Percentages of Color #c23448

%61.01
%16.35
%22.64

CMYK Percentages of Color #c23448

%0
%73
%63
%24

Triadic Colors of #c23448

#c23448 #48c234 #3448c2

Analogous Colors of #c23448

#c23448 #c26734 #c2348f

Monochromatic Colors of #c23448

#c23448

Complementary Color

#c23448 #34c2ae

#c23448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23448 Color CSS Codes

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

#c23448 Text Font Color

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

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


#c23448 Background Color

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

This div background color is #c23448


#c23448 Border Color

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

This div border color is #c23448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23448


Comments

No comments written yet.

Please login to write comment.