Color Hex Logo

#c31850 Color Hex

#C31850
(195,24,80)
0 Favorites   0 Comments

Color spaces of #c31850

RGB 1952480
HSL0.950.780.43
HSV340°88°76°
CMYK 0.000.880.59   0.24
XYZ24.280312.83468.7870
Yxy12.83460.52900.2796
Hunter Lab35.825458.282110.5356
CIE-Lab42.513065.044014.4559

#c31850 color RGB value is (195,24,80).

#c31850 hex color red value is 195, green value is 24 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c31850 hue: 0.95 , saturation: 0.78 and the lightness value of c31850 is 0.43.

The process color (four color CMYK) of #c31850 color hex is 0.00, 0.88, 0.59, 0.24. Web safe color of #c31850 is #cc0066. Color #c31850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011000 01010000
Octal 303 30 120
Decimal 195 24 80
Hex C3 18 50

RGB Percentages of Color #c31850

%65.22
%8.03
%26.76

CMYK Percentages of Color #c31850

%0
%88
%59
%24

Triadic Colors of #c31850

#c31850 #50c318 #1850c3

Analogous Colors of #c31850

#c31850 #c33618 #c318a6

Monochromatic Colors of #c31850

#c31850

Complementary Color

#c31850 #18c38b

#c31850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31850 Color CSS Codes

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

#c31850 Text Font Color

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

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


#c31850 Background Color

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

This div background color is #c31850


#c31850 Border Color

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

This div border color is #c31850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31850


Comments

No comments written yet.

Please login to write comment.