Color Hex Logo

#c31482 Color Hex

#C31482
(195,20,130)
0 Favorites   0 Comments

Color spaces of #c31482

RGB 19520130
HSL0.900.810.42
HSV322°90°76°
CMYK 0.000.900.33   0.24
XYZ26.785113.714122.3545
Yxy13.71410.42610.2182
Hunter Lab37.032664.2995-9.8673
CIE-Lab43.820169.9643-14.8482

#c31482 color RGB value is (195,20,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010100 10000010
Octal 303 24 202
Decimal 195 20 130
Hex C3 14 82

RGB Percentages of Color #c31482

%56.52
%5.80
%37.68

CMYK Percentages of Color #c31482

%0
%90
%33
%24

Triadic Colors of #c31482

#c31482 #82c314 #1482c3

Analogous Colors of #c31482

#c31482 #c3142b #ad14c3

Monochromatic Colors of #c31482

#c31482

Complementary Color

#c31482 #14c355

#c31482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31482 Color CSS Codes

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

#c31482 Text Font Color

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

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


#c31482 Background Color

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

This div background color is #c31482


#c31482 Border Color

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

This div border color is #c31482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31482


Comments

No comments written yet.

Please login to write comment.