Color Hex Logo

#70359b Color Hex

#70359B
(112,53,155)
0 Favorites   0 Comments

Color spaces of #70359b

RGB 11253155
HSL0.760.490.41
HSV275°66°61°
CMYK 0.280.660.00   0.39
XYZ13.87168.357531.8924
Yxy8.35750.25630.1544
Hunter Lab28.909335.0585-45.1714
CIE-Lab34.716644.6426-45.3803

#70359b color RGB value is (112,53,155).

#70359b hex color red value is 112, green value is 53 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #70359b hue: 0.76 , saturation: 0.49 and the lightness value of 70359b is 0.41.

The process color (four color CMYK) of #70359b color hex is 0.28, 0.66, 0.00, 0.39. Web safe color of #70359b is #663399. Color #70359b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110101 10011011
Octal 160 65 233
Decimal 112 53 155
Hex 70 35 9B

RGB Percentages of Color #70359b

%35.00
%16.56
%48.44

CMYK Percentages of Color #70359b

%28
%66
%0
%39

Triadic Colors of #70359b

#70359b #9b7035 #359b70

Analogous Colors of #70359b

#70359b #9b3593 #3d359b

Monochromatic Colors of #70359b

#70359b

Complementary Color

#70359b #609b35

#70359b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70359b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70359b Color CSS Codes

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

#70359b Text Font Color

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

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


#70359b Background Color

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

This div background color is #70359b


#70359b Border Color

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

This div border color is #70359b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70359b


Comments

No comments written yet.

Please login to write comment.