Color Hex Logo

#c45364 Color Hex

#C45364
(196,83,100)
0 Favorites   0 Comments

Color spaces of #c45364

RGB 19683100
HSL0.970.490.55
HSV351°58°77°
CMYK 0.000.580.49   0.23
XYZ28.158518.842414.2094
Yxy18.84240.46000.3078
Hunter Lab43.407839.828610.9771
CIE-Lab50.502346.671313.2131

#c45364 color RGB value is (196,83,100).

#c45364 hex color red value is 196, green value is 83 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #c45364 hue: 0.97 , saturation: 0.49 and the lightness value of c45364 is 0.55.

The process color (four color CMYK) of #c45364 color hex is 0.00, 0.58, 0.49, 0.23. Web safe color of #c45364 is #cc6666. Color #c45364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010011 01100100
Octal 304 123 144
Decimal 196 83 100
Hex C4 53 64

RGB Percentages of Color #c45364

%51.72
%21.90
%26.39

CMYK Percentages of Color #c45364

%0
%58
%49
%23

Triadic Colors of #c45364

#c45364 #64c453 #5364c4

Analogous Colors of #c45364

#c45364 #c47b53 #c4539d

Monochromatic Colors of #c45364

#c45364

Complementary Color

#c45364 #53c4b3

#c45364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45364 Color CSS Codes

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

#c45364 Text Font Color

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

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


#c45364 Background Color

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

This div background color is #c45364


#c45364 Border Color

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

This div border color is #c45364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45364


Comments

No comments written yet.

Please login to write comment.