Color Hex Logo

#70275b Color Hex

#70275B
(112,39,91)
0 Favorites   0 Comments

Color spaces of #70275b

RGB 1123991
HSL0.880.480.30
HSV317°65°44°
CMYK 0.000.650.19   0.56
XYZ9.29595.651110.4984
Yxy5.65110.36530.2221
Hunter Lab23.772028.2002-9.5437
CIE-Lab28.514638.4942-14.9609

#70275b color RGB value is (112,39,91).

#70275b hex color red value is 112, green value is 39 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #70275b hue: 0.88 , saturation: 0.48 and the lightness value of 70275b is 0.30.

The process color (four color CMYK) of #70275b color hex is 0.00, 0.65, 0.19, 0.56. Web safe color of #70275b is #663366. Color #70275b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100111 01011011
Octal 160 47 133
Decimal 112 39 91
Hex 70 27 5B

RGB Percentages of Color #70275b

%46.28
%16.12
%37.60

CMYK Percentages of Color #70275b

%0
%65
%19
%56

Triadic Colors of #70275b

#70275b #5b7027 #275b70

Analogous Colors of #70275b

#70275b #702736 #612770

Monochromatic Colors of #70275b

#70275b

Complementary Color

#70275b #27703c

#70275b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70275b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70275b Color CSS Codes

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

#70275b Text Font Color

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

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


#70275b Background Color

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

This div background color is #70275b


#70275b Border Color

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

This div border color is #70275b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,39,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 #70275b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70275b


Comments

No comments written yet.

Please login to write comment.