Color Hex Logo

#70257c Color Hex

#70257C
(112,37,124)
0 Favorites   0 Comments

Color spaces of #70257c

RGB 11237124
HSL0.810.540.32
HSV292°70°49°
CMYK 0.100.700.00   0.51
XYZ10.98176.223119.6912
Yxy6.22310.29760.1687
Hunter Lab24.946134.9229-29.3382
CIE-Lab29.968545.3869-33.8452

#70257c color RGB value is (112,37,124).

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

The process color (four color CMYK) of #70257c color hex is 0.10, 0.70, 0.00, 0.51. Web safe color of #70257c is #663366. Color #70257c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100101 01111100
Octal 160 45 174
Decimal 112 37 124
Hex 70 25 7C

RGB Percentages of Color #70257c

%41.03
%13.55
%45.42

CMYK Percentages of Color #70257c

%10
%70
%0
%51

Triadic Colors of #70257c

#70257c #7c7025 #257c70

Analogous Colors of #70257c

#70257c #7c255d #45257c

Monochromatic Colors of #70257c

#70257c

Complementary Color

#70257c #317c25

#70257c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70257c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70257c Color CSS Codes

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

#70257c Text Font Color

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

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


#70257c Background Color

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

This div background color is #70257c


#70257c Border Color

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

This div border color is #70257c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70257c


Comments

No comments written yet.

Please login to write comment.