Color Hex Logo

#c5456f Color Hex

#C5456F
(197,69,111)
0 Favorites   0 Comments

Color spaces of #c5456f

RGB 19769111
HSL0.950.520.52
HSV340°65°77°
CMYK 0.000.650.44   0.23
XYZ28.023317.274316.8962
Yxy17.27430.45060.2777
Hunter Lab41.562447.61904.9907
CIE-Lab48.603854.32023.9112

#c5456f color RGB value is (197,69,111).

#c5456f hex color red value is 197, green value is 69 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c5456f hue: 0.95 , saturation: 0.52 and the lightness value of c5456f is 0.52.

The process color (four color CMYK) of #c5456f color hex is 0.00, 0.65, 0.44, 0.23. Web safe color of #c5456f is #cc3366. Color #c5456f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000101 01101111
Octal 305 105 157
Decimal 197 69 111
Hex C5 45 6F

RGB Percentages of Color #c5456f

%52.25
%18.30
%29.44

CMYK Percentages of Color #c5456f

%0
%65
%44
%23

Triadic Colors of #c5456f

#c5456f #6fc545 #456fc5

Analogous Colors of #c5456f

#c5456f #c55b45 #c545af

Monochromatic Colors of #c5456f

#c5456f

Complementary Color

#c5456f #45c59b

#c5456f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5456f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5456f Color CSS Codes

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

#c5456f Text Font Color

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

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


#c5456f Background Color

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

This div background color is #c5456f


#c5456f Border Color

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

This div border color is #c5456f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,69,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5456f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5456f;
  -webkit-box-shadow: 1px 1px 3px 2px #c5456f;
  box-shadow:         1px 1px 3px 2px #c5456f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,69,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5456f


Comments

No comments written yet.

Please login to write comment.