Color Hex Logo

#950840 Color Hex

#950840
(149,8,64)
0 Favorites   0 Comments

Color spaces of #950840

RGB 149864
HSL0.930.900.31
HSV336°95°58°
CMYK 0.000.950.57   0.42
XYZ13.40676.93345.4822
Yxy6.93340.51920.2685
Hunter Lab26.331444.80406.0877
CIE-Lab31.654854.86568.3116

#950840 color RGB value is (149,8,64).

#950840 hex color red value is 149, green value is 8 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #950840 hue: 0.93 , saturation: 0.90 and the lightness value of 950840 is 0.31.

The process color (four color CMYK) of #950840 color hex is 0.00, 0.95, 0.57, 0.42. Web safe color of #950840 is #990033. Color #950840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001000 01000000
Octal 225 10 100
Decimal 149 8 64
Hex 95 8 40

RGB Percentages of Color #950840

%67.42
%3.62
%28.96

CMYK Percentages of Color #950840

%0
%95
%57
%42

Triadic Colors of #950840

#950840 #409508 #084095

Analogous Colors of #950840

#950840 #951708 #950887

Monochromatic Colors of #950840

#950840

Complementary Color

#950840 #08955d

#950840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950840 Color CSS Codes

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

#950840 Text Font Color

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

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


#950840 Background Color

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

This div background color is #950840


#950840 Border Color

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

This div border color is #950840


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,8,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #950840; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #950840;
  -webkit-box-shadow: 1px 1px 3px 2px #950840;
  box-shadow:         1px 1px 3px 2px #950840; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,8,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950840


Comments

No comments written yet.

Please login to write comment.