Color Hex Logo

#70127d Color Hex

#70127D
(112,18,125)
0 Favorites   0 Comments

Color spaces of #70127d

RGB 11218125
HSL0.810.750.28
HSV293°86°49°
CMYK 0.100.860.00   0.51
XYZ10.60015.358019.8776
Yxy5.35800.29580.1495
Hunter Lab23.147441.2344-34.7117
CIE-Lab27.731352.1760-38.0582

#70127d color RGB value is (112,18,125).

#70127d hex color red value is 112, green value is 18 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #70127d hue: 0.81 , saturation: 0.75 and the lightness value of 70127d is 0.28.

The process color (four color CMYK) of #70127d color hex is 0.10, 0.86, 0.00, 0.51. Web safe color of #70127d is #660066. Color #70127d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010010 01111101
Octal 160 22 175
Decimal 112 18 125
Hex 70 12 7D

RGB Percentages of Color #70127d

%43.92
%7.06
%49.02

CMYK Percentages of Color #70127d

%10
%86
%0
%51

Triadic Colors of #70127d

#70127d #7d7012 #127d70

Analogous Colors of #70127d

#70127d #7d1255 #3b127d

Monochromatic Colors of #70127d

#70127d

Complementary Color

#70127d #1f7d12

#70127d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70127d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70127d Color CSS Codes

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

#70127d Text Font Color

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

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


#70127d Background Color

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

This div background color is #70127d


#70127d Border Color

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

This div border color is #70127d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70127d


Comments

No comments written yet.

Please login to write comment.