Color Hex Logo

#70529d Color Hex

#70529D
(112,82,157)
0 Favorites   0 Comments

Color spaces of #70529d

RGB 11282157
HSL0.730.310.47
HSV264°48°62°
CMYK 0.290.480.00   0.38
XYZ15.785211.913733.3659
Yxy11.91370.25850.1951
Hunter Lab34.516221.2295-33.1527
CIE-Lab41.078628.8076-36.4261

#70529d color RGB value is (112,82,157).

#70529d hex color red value is 112, green value is 82 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #70529d hue: 0.73 , saturation: 0.31 and the lightness value of 70529d is 0.47.

The process color (four color CMYK) of #70529d color hex is 0.29, 0.48, 0.00, 0.38. Web safe color of #70529d is #666699. Color #70529d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010010 10011101
Octal 160 122 235
Decimal 112 82 157
Hex 70 52 9D

RGB Percentages of Color #70529d

%31.91
%23.36
%44.73

CMYK Percentages of Color #70529d

%29
%48
%0
%38

Triadic Colors of #70529d

#70529d #9d7052 #529d70

Analogous Colors of #70529d

#70529d #96529d #525a9d

Monochromatic Colors of #70529d

#70529d

Complementary Color

#70529d #7f9d52

#70529d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70529d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70529d Color CSS Codes

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

#70529d Text Font Color

<p style="color:#70529d">Text here</p>

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


#70529d Background Color

<div style="background-color:#70529d">
Div content here</div>

This div background color is #70529d


#70529d Border Color

<div style="border:3px solid #70529d">
Div here</div>

This div border color is #70529d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,82,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70529d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70529d;
  -webkit-box-shadow: 1px 1px 3px 2px #70529d;
  box-shadow:         1px 1px 3px 2px #70529d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70529d


Comments

No comments written yet.

Please login to write comment.