Color Hex Logo

#c31452 Color Hex

#C31452
(195,20,82)
0 Favorites   0 Comments

Color spaces of #c31452

RGB 1952082
HSL0.940.810.42
HSV339°90°76°
CMYK 0.000.900.58   0.24
XYZ24.278812.71169.1566
Yxy12.71160.52610.2755
Hunter Lab35.653359.15969.7303
CIE-Lab42.325465.845712.9375

#c31452 color RGB value is (195,20,82).

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

The process color (four color CMYK) of #c31452 color hex is 0.00, 0.90, 0.58, 0.24. Web safe color of #c31452 is #cc0066. Color #c31452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010100 01010010
Octal 303 24 122
Decimal 195 20 82
Hex C3 14 52

RGB Percentages of Color #c31452

%65.66
%6.73
%27.61

CMYK Percentages of Color #c31452

%0
%90
%58
%24

Triadic Colors of #c31452

#c31452 #52c314 #1452c3

Analogous Colors of #c31452

#c31452 #c32e14 #c314aa

Monochromatic Colors of #c31452

#c31452

Complementary Color

#c31452 #14c385

#c31452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31452 Color CSS Codes

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

#c31452 Text Font Color

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

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


#c31452 Background Color

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

This div background color is #c31452


#c31452 Border Color

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

This div border color is #c31452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31452


Comments

No comments written yet.

Please login to write comment.