Color Hex Logo

#c04640 Color Hex

#C04640
(192,70,64)
0 Favorites   0 Comments

Color spaces of #c04640

RGB 1927064
HSL0.010.500.50
HSV67°75°
CMYK 0.000.640.67   0.25
XYZ24.853815.95706.6205
Yxy15.95700.52400.3364
Hunter Lab39.946241.153518.1359
CIE-Lab46.918048.535129.8339

#c04640 color RGB value is (192,70,64).

#c04640 hex color red value is 192, green value is 70 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c04640 hue: 0.01 , saturation: 0.50 and the lightness value of c04640 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000110 01000000
Octal 300 106 100
Decimal 192 70 64
Hex C0 46 40

RGB Percentages of Color #c04640

%58.90
%21.47
%19.63

CMYK Percentages of Color #c04640

%0
%64
%67
%25

Triadic Colors of #c04640

#c04640 #40c046 #4640c0

Analogous Colors of #c04640

#c04640 #c08640 #c0407a

Monochromatic Colors of #c04640

#c04640

Complementary Color

#c04640 #40bac0

#c04640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04640 Color CSS Codes

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

#c04640 Text Font Color

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

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


#c04640 Background Color

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

This div background color is #c04640


#c04640 Border Color

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

This div border color is #c04640


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,70,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 #c04640">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04640


Comments

No comments written yet.

Please login to write comment.