Color Hex Logo

#c4456a Color Hex

#C4456A
(196,69,106)
0 Favorites   0 Comments

Color spaces of #c4456a

RGB 19669106
HSL0.950.520.52
HSV343°65°77°
CMYK 0.000.650.46   0.23
XYZ27.494617.032615.4742
Yxy17.03260.45820.2839
Hunter Lab41.270646.69386.6589
CIE-Lab48.301153.51896.4931

#c4456a color RGB value is (196,69,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000101 01101010
Octal 304 105 152
Decimal 196 69 106
Hex C4 45 6A

RGB Percentages of Color #c4456a

%52.83
%18.60
%28.57

CMYK Percentages of Color #c4456a

%0
%65
%46
%23

Triadic Colors of #c4456a

#c4456a #6ac445 #456ac4

Analogous Colors of #c4456a

#c4456a #c46045 #c445aa

Monochromatic Colors of #c4456a

#c4456a

Complementary Color

#c4456a #45c49f

#c4456a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4456a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4456a Color CSS Codes

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

#c4456a Text Font Color

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

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


#c4456a Background Color

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

This div background color is #c4456a


#c4456a Border Color

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

This div border color is #c4456a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4456a

#c4456a Color Palettes


Comments

No comments written yet.

Please login to write comment.