Color Hex Logo

#c34639 Color Hex

#C34639
(195,70,57)
0 Favorites   0 Comments

Color spaces of #c34639

RGB 1957057
HSL0.020.550.49
HSV71°76°
CMYK 0.000.640.71   0.24
XYZ25.434416.27785.6723
Yxy16.27780.53680.3435
Hunter Lab40.345841.923319.9063
CIE-Lab47.336949.200434.5057

#c34639 color RGB value is (195,70,57).

#c34639 hex color red value is 195, green value is 70 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #c34639 hue: 0.02 , saturation: 0.55 and the lightness value of c34639 is 0.49.

The process color (four color CMYK) of #c34639 color hex is 0.00, 0.64, 0.71, 0.24. Web safe color of #c34639 is #cc3333. Color #c34639 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000110 00111001
Octal 303 106 71
Decimal 195 70 57
Hex C3 46 39

RGB Percentages of Color #c34639

%60.56
%21.74
%17.70

CMYK Percentages of Color #c34639

%0
%64
%71
%24

Triadic Colors of #c34639

#c34639 #39c346 #4639c3

Analogous Colors of #c34639

#c34639 #c38b39 #c33971

Monochromatic Colors of #c34639

#c34639

Complementary Color

#c34639 #39b6c3

#c34639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34639 Color CSS Codes

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

#c34639 Text Font Color

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

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


#c34639 Background Color

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

This div background color is #c34639


#c34639 Border Color

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

This div border color is #c34639


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,70,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c34639; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c34639;
  -webkit-box-shadow: 1px 1px 3px 2px #c34639;
  box-shadow:         1px 1px 3px 2px #c34639; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34639


Comments

No comments written yet.

Please login to write comment.