Color Hex Logo

#c45450 Color Hex

#C45450
(196,84,80)
0 Favorites   0 Comments

Color spaces of #c45450

RGB 1968480
HSL0.010.500.54
HSV59°77°
CMYK 0.000.570.59   0.23
XYZ27.383218.65569.7471
Yxy18.65560.49090.3344
Hunter Lab43.192137.580316.8546
CIE-Lab50.281844.534124.8108

#c45450 color RGB value is (196,84,80).

#c45450 hex color red value is 196, green value is 84 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c45450 hue: 0.01 , saturation: 0.50 and the lightness value of c45450 is 0.54.

The process color (four color CMYK) of #c45450 color hex is 0.00, 0.57, 0.59, 0.23. Web safe color of #c45450 is #cc6666. Color #c45450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010100 01010000
Octal 304 124 120
Decimal 196 84 80
Hex C4 54 50

RGB Percentages of Color #c45450

%54.44
%23.33
%22.22

CMYK Percentages of Color #c45450

%0
%57
%59
%23

Triadic Colors of #c45450

#c45450 #50c454 #5450c4

Analogous Colors of #c45450

#c45450 #c48e50 #c45086

Monochromatic Colors of #c45450

#c45450

Complementary Color

#c45450 #50c0c4

#c45450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45450 Color CSS Codes

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

#c45450 Text Font Color

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

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


#c45450 Background Color

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

This div background color is #c45450


#c45450 Border Color

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

This div border color is #c45450


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,84,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c45450; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c45450;
  -webkit-box-shadow: 1px 1px 3px 2px #c45450;
  box-shadow:         1px 1px 3px 2px #c45450; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45450


Comments

No comments written yet.

Please login to write comment.