Color Hex Logo

#c4537f Color Hex

#C4537F
(196,83,127)
0 Favorites   0 Comments

Color spaces of #c4537f

RGB 19683127
HSL0.940.490.55
HSV337°58°77°
CMYK 0.000.580.35   0.23
XYZ29.689019.454622.2690
Yxy19.45460.41570.2724
Hunter Lab44.107442.96180.9407
CIE-Lab51.214949.5327-1.9480

#c4537f color RGB value is (196,83,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010011 01111111
Octal 304 123 177
Decimal 196 83 127
Hex C4 53 7F

RGB Percentages of Color #c4537f

%48.28
%20.44
%31.28

CMYK Percentages of Color #c4537f

%0
%58
%35
%23

Triadic Colors of #c4537f

#c4537f #7fc453 #537fc4

Analogous Colors of #c4537f

#c4537f #c46053 #c453b8

Monochromatic Colors of #c4537f

#c4537f

Complementary Color

#c4537f #53c498

#c4537f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4537f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4537f Color CSS Codes

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

#c4537f Text Font Color

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

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


#c4537f Background Color

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

This div background color is #c4537f


#c4537f Border Color

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

This div border color is #c4537f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4537f


Comments

No comments written yet.

Please login to write comment.