Color Hex Logo

#c5315b Color Hex

#C5315B
(197,49,91)
0 Favorites   0 Comments

Color spaces of #c5315b

RGB 1974991
HSL0.950.600.48
HSV343°75°77°
CMYK 0.000.750.54   0.23
XYZ26.012614.822311.3875
Yxy14.82230.49810.2838
Hunter Lab38.499753.23019.4129
CIE-Lab45.389860.016011.6152

#c5315b color RGB value is (197,49,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110001 01011011
Octal 305 61 133
Decimal 197 49 91
Hex C5 31 5B

RGB Percentages of Color #c5315b

%58.46
%14.54
%27.00

CMYK Percentages of Color #c5315b

%0
%75
%54
%23

Triadic Colors of #c5315b

#c5315b #5bc531 #315bc5

Analogous Colors of #c5315b

#c5315b #c55131 #c531a5

Monochromatic Colors of #c5315b

#c5315b

Complementary Color

#c5315b #31c59b

#c5315b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5315b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5315b Color CSS Codes

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

#c5315b Text Font Color

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

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


#c5315b Background Color

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

This div background color is #c5315b


#c5315b Border Color

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

This div border color is #c5315b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5315b


Comments

No comments written yet.

Please login to write comment.