Color Hex Logo

#c31685 Color Hex

#C31685
(195,22,133)
0 Favorites   0 Comments

Color spaces of #c31685

RGB 19522133
HSL0.890.800.43
HSV322°89°76°
CMYK 0.000.890.32   0.24
XYZ27.026213.869423.4429
Yxy13.86940.42010.2156
Hunter Lab37.241664.3643-11.2528
CIE-Lab44.045169.9753-16.3449

#c31685 color RGB value is (195,22,133).

#c31685 hex color red value is 195, green value is 22 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c31685 hue: 0.89 , saturation: 0.80 and the lightness value of c31685 is 0.43.

The process color (four color CMYK) of #c31685 color hex is 0.00, 0.89, 0.32, 0.24. Web safe color of #c31685 is #cc0099. Color #c31685 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010110 10000101
Octal 303 26 205
Decimal 195 22 133
Hex C3 16 85

RGB Percentages of Color #c31685

%55.71
%6.29
%38.00

CMYK Percentages of Color #c31685

%0
%89
%32
%24

Triadic Colors of #c31685

#c31685 #85c316 #1685c3

Analogous Colors of #c31685

#c31685 #c3162e #ab16c3

Monochromatic Colors of #c31685

#c31685

Complementary Color

#c31685 #16c354

#c31685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31685 Color CSS Codes

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

#c31685 Text Font Color

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

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


#c31685 Background Color

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

This div background color is #c31685


#c31685 Border Color

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

This div border color is #c31685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31685


Comments

No comments written yet.

Please login to write comment.