Color Hex Logo

#c64344 Color Hex

#C64344
(198,67,68)
0 Favorites   0 Comments

Color spaces of #c64344

RGB 1986768
HSL1.000.530.52
HSV360°66°78°
CMYK 0.000.660.66   0.22
XYZ26.339216.43747.2534
Yxy16.43740.52650.3286
Hunter Lab40.543145.013917.7728
CIE-Lab47.543252.087328.4816

#c64344 color RGB value is (198,67,68).

#c64344 hex color red value is 198, green value is 67 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #c64344 hue: 1.00 , saturation: 0.53 and the lightness value of c64344 is 0.52.

The process color (four color CMYK) of #c64344 color hex is 0.00, 0.66, 0.66, 0.22. Web safe color of #c64344 is #cc3333. Color #c64344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000011 01000100
Octal 306 103 104
Decimal 198 67 68
Hex C6 43 44

RGB Percentages of Color #c64344

%59.46
%20.12
%20.42

CMYK Percentages of Color #c64344

%0
%66
%66
%22

Triadic Colors of #c64344

#c64344 #44c643 #4344c6

Analogous Colors of #c64344

#c64344 #c68443 #c64386

Monochromatic Colors of #c64344

#c64344

Complementary Color

#c64344 #43c6c5

#c64344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64344 Color CSS Codes

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

#c64344 Text Font Color

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

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


#c64344 Background Color

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

This div background color is #c64344


#c64344 Border Color

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

This div border color is #c64344


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,67,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c64344; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c64344;
  -webkit-box-shadow: 1px 1px 3px 2px #c64344;
  box-shadow:         1px 1px 3px 2px #c64344; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64344


Comments

No comments written yet.

Please login to write comment.