Color Hex Logo

#c31282 Color Hex

#C31282
(195,18,130)
0 Favorites   0 Comments

Color spaces of #c31282

RGB 19518130
HSL0.890.830.42
HSV322°91°76°
CMYK 0.000.910.33   0.24
XYZ26.751213.646422.3432
Yxy13.64640.42640.2175
Hunter Lab36.941064.6157-10.0019
CIE-Lab43.721570.2510-14.9983

#c31282 color RGB value is (195,18,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010010 10000010
Octal 303 22 202
Decimal 195 18 130
Hex C3 12 82

RGB Percentages of Color #c31282

%56.85
%5.25
%37.90

CMYK Percentages of Color #c31282

%0
%91
%33
%24

Triadic Colors of #c31282

#c31282 #82c312 #1282c3

Analogous Colors of #c31282

#c31282 #c31229 #ac12c3

Monochromatic Colors of #c31282

#c31282

Complementary Color

#c31282 #12c353

#c31282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31282 Color CSS Codes

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

#c31282 Text Font Color

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

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


#c31282 Background Color

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

This div background color is #c31282


#c31282 Border Color

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

This div border color is #c31282


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,18,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 #c31282">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31282


Comments

No comments written yet.

Please login to write comment.