Color Hex Logo

#c31382 Color Hex

#C31382
(195,19,130)
0 Favorites   0 Comments

Color spaces of #c31382

RGB 19519130
HSL0.890.820.42
HSV322°90°76°
CMYK 0.000.900.33   0.24
XYZ26.767813.679622.3487
Yxy13.67960.42630.2178
Hunter Lab36.985964.4602-9.9357
CIE-Lab43.769970.1101-14.9246

#c31382 color RGB value is (195,19,130).

#c31382 hex color red value is 195, green value is 19 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #c31382 hue: 0.89 , saturation: 0.82 and the lightness value of c31382 is 0.42.

The process color (four color CMYK) of #c31382 color hex is 0.00, 0.90, 0.33, 0.24. Web safe color of #c31382 is #cc0099. Color #c31382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010011 10000010
Octal 303 23 202
Decimal 195 19 130
Hex C3 13 82

RGB Percentages of Color #c31382

%56.69
%5.52
%37.79

CMYK Percentages of Color #c31382

%0
%90
%33
%24

Triadic Colors of #c31382

#c31382 #82c313 #1382c3

Analogous Colors of #c31382

#c31382 #c3132a #ac13c3

Monochromatic Colors of #c31382

#c31382

Complementary Color

#c31382 #13c354

#c31382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31382 Color CSS Codes

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

#c31382 Text Font Color

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

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


#c31382 Background Color

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

This div background color is #c31382


#c31382 Border Color

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

This div border color is #c31382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31382


Comments

No comments written yet.

Please login to write comment.