Color Hex Logo

#70278b Color Hex

#70278B
(112,39,139)
0 Favorites   0 Comments

Color spaces of #70278b

RGB 11239139
HSL0.790.560.35
HSV284°72°55°
CMYK 0.190.720.00   0.45
XYZ12.06786.759925.0948
Yxy6.75990.27480.1539
Hunter Lab25.999837.3510-39.0264
CIE-Lab31.253947.6235-41.1505

#70278b color RGB value is (112,39,139).

#70278b hex color red value is 112, green value is 39 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #70278b hue: 0.79 , saturation: 0.56 and the lightness value of 70278b is 0.35.

The process color (four color CMYK) of #70278b color hex is 0.19, 0.72, 0.00, 0.45. Web safe color of #70278b is #663399. Color #70278b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100111 10001011
Octal 160 47 213
Decimal 112 39 139
Hex 70 27 8B

RGB Percentages of Color #70278b

%38.62
%13.45
%47.93

CMYK Percentages of Color #70278b

%19
%72
%0
%45

Triadic Colors of #70278b

#70278b #8b7027 #278b70

Analogous Colors of #70278b

#70278b #8b2774 #3e278b

Monochromatic Colors of #70278b

#70278b

Complementary Color

#70278b #428b27

#70278b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70278b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70278b Color CSS Codes

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

#70278b Text Font Color

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

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


#70278b Background Color

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

This div background color is #70278b


#70278b Border Color

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

This div border color is #70278b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70278b


Comments

No comments written yet.

Please login to write comment.