Color Hex Logo

#c1516a Color Hex

#C1516A
(193,81,106)
0 Favorites   0 Comments

Color spaces of #c1516a

RGB 19381106
HSL0.960.470.54
HSV347°58°76°
CMYK 0.000.580.45   0.24
XYZ27.536318.262915.7094
Yxy18.26290.44770.2969
Hunter Lab42.735140.22978.1196
CIE-Lab49.813447.16738.5744

#c1516a color RGB value is (193,81,106).

#c1516a hex color red value is 193, green value is 81 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c1516a hue: 0.96 , saturation: 0.47 and the lightness value of c1516a is 0.54.

The process color (four color CMYK) of #c1516a color hex is 0.00, 0.58, 0.45, 0.24. Web safe color of #c1516a is #cc6666. Color #c1516a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010001 01101010
Octal 301 121 152
Decimal 193 81 106
Hex C1 51 6A

RGB Percentages of Color #c1516a

%50.79
%21.32
%27.89

CMYK Percentages of Color #c1516a

%0
%58
%45
%24

Triadic Colors of #c1516a

#c1516a #6ac151 #516ac1

Analogous Colors of #c1516a

#c1516a #c17051 #c151a2

Monochromatic Colors of #c1516a

#c1516a

Complementary Color

#c1516a #51c1a8

#c1516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1516a Color CSS Codes

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

#c1516a Text Font Color

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

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


#c1516a Background Color

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

This div background color is #c1516a


#c1516a Border Color

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

This div border color is #c1516a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1516a


Comments

No comments written yet.

Please login to write comment.