Color Hex Logo

#70207b Color Hex

#70207B
(112,32,123)
0 Favorites   0 Comments

Color spaces of #70207b

RGB 11232123
HSL0.810.590.30
HSV293°74°48°
CMYK 0.090.740.00   0.52
XYZ10.77385.907819.3114
Yxy5.90780.29930.1641
Hunter Lab24.306036.5860-30.0925
CIE-Lab29.178747.2448-34.4751

#70207b color RGB value is (112,32,123).

#70207b hex color red value is 112, green value is 32 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #70207b hue: 0.81 , saturation: 0.59 and the lightness value of 70207b is 0.30.

The process color (four color CMYK) of #70207b color hex is 0.09, 0.74, 0.00, 0.52. Web safe color of #70207b is #663366. Color #70207b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100000 01111011
Octal 160 40 173
Decimal 112 32 123
Hex 70 20 7B

RGB Percentages of Color #70207b

%41.95
%11.99
%46.07

CMYK Percentages of Color #70207b

%9
%74
%0
%52

Triadic Colors of #70207b

#70207b #7b7020 #207b70

Analogous Colors of #70207b

#70207b #7b2058 #43207b

Monochromatic Colors of #70207b

#70207b

Complementary Color

#70207b #2b7b20

#70207b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70207b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70207b Color CSS Codes

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

#70207b Text Font Color

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

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


#70207b Background Color

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

This div background color is #70207b


#70207b Border Color

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

This div border color is #70207b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70207b


Comments

No comments written yet.

Please login to write comment.