Color Hex Logo

#c5115e Color Hex

#C5115E
(197,17,94)
0 Favorites   0 Comments

Color spaces of #c5115e

RGB 1971794
HSL0.930.840.42
HSV334°91°77°
CMYK 0.000.910.52   0.23
XYZ25.246813.079411.7836
Yxy13.07940.50380.2610
Hunter Lab36.165561.31985.9977
CIE-Lab42.882667.60556.2123

#c5115e color RGB value is (197,17,94).

#c5115e hex color red value is 197, green value is 17 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c5115e hue: 0.93 , saturation: 0.84 and the lightness value of c5115e is 0.42.

The process color (four color CMYK) of #c5115e color hex is 0.00, 0.91, 0.52, 0.23. Web safe color of #c5115e is #cc0066. Color #c5115e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010001 01011110
Octal 305 21 136
Decimal 197 17 94
Hex C5 11 5E

RGB Percentages of Color #c5115e

%63.96
%5.52
%30.52

CMYK Percentages of Color #c5115e

%0
%91
%52
%23

Triadic Colors of #c5115e

#c5115e #5ec511 #115ec5

Analogous Colors of #c5115e

#c5115e #c51e11 #c511b8

Monochromatic Colors of #c5115e

#c5115e

Complementary Color

#c5115e #11c578

#c5115e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5115e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5115e Color CSS Codes

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

#c5115e Text Font Color

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

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


#c5115e Background Color

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

This div background color is #c5115e


#c5115e Border Color

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

This div border color is #c5115e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5115e


Comments

No comments written yet.

Please login to write comment.