Color Hex Logo

#70257a Color Hex

#70257A
(112,37,122)
0 Favorites   0 Comments

Color spaces of #70257a

RGB 11237122
HSL0.810.530.31
HSV293°70°48°
CMYK 0.080.700.00   0.52
XYZ10.85656.173019.0317
Yxy6.17300.30110.1712
Hunter Lab24.845534.5177-28.0243
CIE-Lab29.844844.9911-32.7814

#70257a color RGB value is (112,37,122).

#70257a hex color red value is 112, green value is 37 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #70257a hue: 0.81 , saturation: 0.53 and the lightness value of 70257a is 0.31.

The process color (four color CMYK) of #70257a color hex is 0.08, 0.70, 0.00, 0.52. Web safe color of #70257a is #663366. Color #70257a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100101 01111010
Octal 160 45 172
Decimal 112 37 122
Hex 70 25 7A

RGB Percentages of Color #70257a

%41.33
%13.65
%45.02

CMYK Percentages of Color #70257a

%8
%70
%0
%52

Triadic Colors of #70257a

#70257a #7a7025 #257a70

Analogous Colors of #70257a

#70257a #7a255a #45257a

Monochromatic Colors of #70257a

#70257a

Complementary Color

#70257a #2f7a25

#70257a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70257a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70257a Color CSS Codes

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

#70257a Text Font Color

<p style="color:#70257a">Text here</p>

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


#70257a Background Color

<div style="background-color:#70257a">
Div content here</div>

This div background color is #70257a


#70257a Border Color

<div style="border:3px solid #70257a">
Div here</div>

This div border color is #70257a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,37,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70257a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70257a;
  -webkit-box-shadow: 1px 1px 3px 2px #70257a;
  box-shadow:         1px 1px 3px 2px #70257a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70257a


Comments

No comments written yet.

Please login to write comment.