Color Hex Logo

#970b5d Color Hex

#970B5D
(151,11,93)
0 Favorites   0 Comments

Color spaces of #970b5d

RGB 1511193
HSL0.900.860.32
HSV325°93°59°
CMYK 0.000.930.38   0.41
XYZ14.85807.609011.0415
Yxy7.60900.44340.2271
Hunter Lab27.584447.8741-4.4235
CIE-Lab33.154957.4713-8.5152

#970b5d color RGB value is (151,11,93).

#970b5d hex color red value is 151, green value is 11 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #970b5d hue: 0.90 , saturation: 0.86 and the lightness value of 970b5d is 0.32.

The process color (four color CMYK) of #970b5d color hex is 0.00, 0.93, 0.38, 0.41. Web safe color of #970b5d is #990066. Color #970b5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001011 01011101
Octal 227 13 135
Decimal 151 11 93
Hex 97 B 5D

RGB Percentages of Color #970b5d

%59.22
%4.31
%36.47

CMYK Percentages of Color #970b5d

%0
%93
%38
%41

Triadic Colors of #970b5d

#970b5d #5d970b #0b5d97

Analogous Colors of #970b5d

#970b5d #970b17 #8b0b97

Monochromatic Colors of #970b5d

#970b5d

Complementary Color

#970b5d #0b9745

#970b5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970b5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#970b5d Color CSS Codes

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

#970b5d Text Font Color

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

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


#970b5d Background Color

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

This div background color is #970b5d


#970b5d Border Color

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

This div border color is #970b5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,11,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #970b5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #970b5d;
  -webkit-box-shadow: 1px 1px 3px 2px #970b5d;
  box-shadow:         1px 1px 3px 2px #970b5d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,11,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970b5d


Comments

No comments written yet.

Please login to write comment.