Color Hex Logo

#c31a6f Color Hex

#C31A6F
(195,26,111)
0 Favorites   0 Comments

Color spaces of #c31a6f

RGB 19526111
HSL0.920.760.43
HSV330°87°76°
CMYK 0.000.870.43   0.24
XYZ25.744313.488616.2856
Yxy13.48860.46370.2430
Hunter Lab36.726860.8507-0.5819
CIE-Lab43.490467.0832-3.5945

#c31a6f color RGB value is (195,26,111).

#c31a6f hex color red value is 195, green value is 26 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c31a6f hue: 0.92 , saturation: 0.76 and the lightness value of c31a6f is 0.43.

The process color (four color CMYK) of #c31a6f color hex is 0.00, 0.87, 0.43, 0.24. Web safe color of #c31a6f is #cc3366. Color #c31a6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011010 01101111
Octal 303 32 157
Decimal 195 26 111
Hex C3 1A 6F

RGB Percentages of Color #c31a6f

%58.73
%7.83
%33.43

CMYK Percentages of Color #c31a6f

%0
%87
%43
%24

Triadic Colors of #c31a6f

#c31a6f #6fc31a #1a6fc3

Analogous Colors of #c31a6f

#c31a6f #c31a1a #c31ac3

Monochromatic Colors of #c31a6f

#c31a6f

Complementary Color

#c31a6f #1ac36e

#c31a6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31a6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31a6f Color CSS Codes

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

#c31a6f Text Font Color

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

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


#c31a6f Background Color

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

This div background color is #c31a6f


#c31a6f Border Color

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

This div border color is #c31a6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,26,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c31a6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c31a6f;
  -webkit-box-shadow: 1px 1px 3px 2px #c31a6f;
  box-shadow:         1px 1px 3px 2px #c31a6f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,26,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31a6f


Comments

No comments written yet.

Please login to write comment.