Color Hex Logo

#c5316c Color Hex

#C5316C
(197,49,108)
0 Favorites   0 Comments

Color spaces of #c5316c

RGB 19749108
HSL0.930.600.48
HSV336°75°77°
CMYK 0.000.750.45   0.23
XYZ26.831015.149715.6974
Yxy15.14970.46520.2627
Hunter Lab38.922654.93303.3343
CIE-Lab45.838661.45121.7479

#c5316c color RGB value is (197,49,108).

#c5316c hex color red value is 197, green value is 49 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #c5316c hue: 0.93 , saturation: 0.60 and the lightness value of c5316c is 0.48.

The process color (four color CMYK) of #c5316c color hex is 0.00, 0.75, 0.45, 0.23. Web safe color of #c5316c is #cc3366. Color #c5316c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110001 01101100
Octal 305 61 154
Decimal 197 49 108
Hex C5 31 6C

RGB Percentages of Color #c5316c

%55.65
%13.84
%30.51

CMYK Percentages of Color #c5316c

%0
%75
%45
%23

Triadic Colors of #c5316c

#c5316c #6cc531 #316cc5

Analogous Colors of #c5316c

#c5316c #c54031 #c531b6

Monochromatic Colors of #c5316c

#c5316c

Complementary Color

#c5316c #31c58a

#c5316c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5316c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5316c Color CSS Codes

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

#c5316c Text Font Color

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

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


#c5316c Background Color

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

This div background color is #c5316c


#c5316c Border Color

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

This div border color is #c5316c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5316c


Comments

No comments written yet.

Please login to write comment.