Color Hex Logo

#c1567f Color Hex

#C1567F
(193,86,127)
0 Favorites   0 Comments

Color spaces of #c1567f

RGB 19386127
HSL0.940.460.55
HSV337°55°76°
CMYK 0.000.550.34   0.24
XYZ29.150919.525322.3110
Yxy19.52530.41070.2751
Hunter Lab44.187440.43020.9947
CIE-Lab51.296247.1200-1.8818

#c1567f color RGB value is (193,86,127).

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

The process color (four color CMYK) of #c1567f color hex is 0.00, 0.55, 0.34, 0.24. Web safe color of #c1567f is #cc6666. Color #c1567f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010110 01111111
Octal 301 126 177
Decimal 193 86 127
Hex C1 56 7F

RGB Percentages of Color #c1567f

%47.54
%21.18
%31.28

CMYK Percentages of Color #c1567f

%0
%55
%34
%24

Triadic Colors of #c1567f

#c1567f #7fc156 #567fc1

Analogous Colors of #c1567f

#c1567f #c16356 #c156b5

Monochromatic Colors of #c1567f

#c1567f

Complementary Color

#c1567f #56c198

#c1567f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1567f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1567f Color CSS Codes

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

#c1567f Text Font Color

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

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


#c1567f Background Color

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

This div background color is #c1567f


#c1567f Border Color

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

This div border color is #c1567f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,86,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 #c1567f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1567f

#c1567f Color Palettes


Comments

No comments written yet.

Please login to write comment.