Color Hex Logo

#70238a Color Hex

#70238A
(112,35,138)
0 Favorites   0 Comments

Color spaces of #70238a

RGB 11235138
HSL0.790.600.34
HSV285°75°54°
CMYK 0.190.750.00   0.46
XYZ11.87066.481824.6702
Yxy6.48180.27590.1507
Hunter Lab25.459438.6729-39.6306
CIE-Lab30.596849.0794-41.5879

#70238a color RGB value is (112,35,138).

#70238a hex color red value is 112, green value is 35 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #70238a hue: 0.79 , saturation: 0.60 and the lightness value of 70238a is 0.34.

The process color (four color CMYK) of #70238a color hex is 0.19, 0.75, 0.00, 0.46. Web safe color of #70238a is #663399. Color #70238a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100011 10001010
Octal 160 43 212
Decimal 112 35 138
Hex 70 23 8A

RGB Percentages of Color #70238a

%39.30
%12.28
%48.42

CMYK Percentages of Color #70238a

%19
%75
%0
%46

Triadic Colors of #70238a

#70238a #8a7023 #238a70

Analogous Colors of #70238a

#70238a #8a2371 #3d238a

Monochromatic Colors of #70238a

#70238a

Complementary Color

#70238a #3d8a23

#70238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70238a Color CSS Codes

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

#70238a Text Font Color

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

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


#70238a Background Color

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

This div background color is #70238a


#70238a Border Color

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

This div border color is #70238a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70238a


Comments

No comments written yet.

Please login to write comment.