Color Hex Logo

#c03434 Color Hex

#C03434
(192,52,52)
0 Favorites   0 Comments

Color spaces of #c03434

RGB 1925252
HSL0.000.570.48
HSV73°75°
CMYK 0.000.730.73   0.25
XYZ23.586113.91044.6907
Yxy13.91040.55910.3297
Hunter Lab37.296647.612818.6509
CIE-Lab44.104255.132633.5164

#c03434 color RGB value is (192,52,52).

#c03434 hex color red value is 192, green value is 52 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #c03434 hue: 0.00 , saturation: 0.57 and the lightness value of c03434 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110100 00110100
Octal 300 64 64
Decimal 192 52 52
Hex C0 34 34

RGB Percentages of Color #c03434

%64.86
%17.57
%17.57

CMYK Percentages of Color #c03434

%0
%73
%73
%25

Triadic Colors of #c03434

#c03434 #34c034 #3434c0

Analogous Colors of #c03434

#c03434 #c07a34 #c0347a

Monochromatic Colors of #c03434

#c03434

Complementary Color

#c03434 #34c0c0

#c03434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03434 Color CSS Codes

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

#c03434 Text Font Color

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

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


#c03434 Background Color

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

This div background color is #c03434


#c03434 Border Color

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

This div border color is #c03434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03434


Comments

No comments written yet.

Please login to write comment.