Color Hex Logo

#70195b Color Hex

#70195B
(112,25,91)
0 Favorites   0 Comments

Color spaces of #70195b

RGB 1122591
HSL0.870.640.27
HSV314°78°44°
CMYK 0.000.780.19   0.56
XYZ8.91804.895310.3724
Yxy4.89530.36870.2024
Hunter Lab22.125333.2282-12.3076
CIE-Lab26.434444.2957-18.1791

#70195b color RGB value is (112,25,91).

#70195b hex color red value is 112, green value is 25 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #70195b hue: 0.87 , saturation: 0.64 and the lightness value of 70195b is 0.27.

The process color (four color CMYK) of #70195b color hex is 0.00, 0.78, 0.19, 0.56. Web safe color of #70195b is #660066. Color #70195b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011001 01011011
Octal 160 31 133
Decimal 112 25 91
Hex 70 19 5B

RGB Percentages of Color #70195b

%49.12
%10.96
%39.91

CMYK Percentages of Color #70195b

%0
%78
%19
%56

Triadic Colors of #70195b

#70195b #5b7019 #195b70

Analogous Colors of #70195b

#70195b #701930 #5a1970

Monochromatic Colors of #70195b

#70195b

Complementary Color

#70195b #19702e

#70195b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70195b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70195b Color CSS Codes

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

#70195b Text Font Color

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

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


#70195b Background Color

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

This div background color is #70195b


#70195b Border Color

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

This div border color is #70195b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,25,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70195b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70195b;
  -webkit-box-shadow: 1px 1px 3px 2px #70195b;
  box-shadow:         1px 1px 3px 2px #70195b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,25,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70195b


Comments

No comments written yet.

Please login to write comment.