Color Hex Logo

#702e7b Color Hex

#702E7B
(112,46,123)
0 Favorites   0 Comments

Color spaces of #702e7b

RGB 11246123
HSL0.810.460.33
HSV291°63°48°
CMYK 0.090.630.00   0.52
XYZ11.23426.828819.4649
Yxy6.82880.29940.1820
Hunter Lab26.132031.0066-25.8709
CIE-Lab31.413941.0088-30.9181

#702e7b color RGB value is (112,46,123).

#702e7b hex color red value is 112, green value is 46 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #702e7b hue: 0.81 , saturation: 0.46 and the lightness value of 702e7b is 0.33.

The process color (four color CMYK) of #702e7b color hex is 0.09, 0.63, 0.00, 0.52. Web safe color of #702e7b is #663366. Color #702e7b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101110 01111011
Octal 160 56 173
Decimal 112 46 123
Hex 70 2E 7B

RGB Percentages of Color #702e7b

%39.86
%16.37
%43.77

CMYK Percentages of Color #702e7b

%9
%63
%0
%52

Triadic Colors of #702e7b

#702e7b #7b702e #2e7b70

Analogous Colors of #702e7b

#702e7b #7b2e60 #4a2e7b

Monochromatic Colors of #702e7b

#702e7b

Complementary Color

#702e7b #397b2e

#702e7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702e7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#702e7b Color CSS Codes

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

#702e7b Text Font Color

<p style="color:#702e7b">Text here</p>

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


#702e7b Background Color

<div style="background-color:#702e7b">
Div content here</div>

This div background color is #702e7b


#702e7b Border Color

<div style="border:3px solid #702e7b">
Div here</div>

This div border color is #702e7b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,46,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #702e7b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #702e7b;
  -webkit-box-shadow: 1px 1px 3px 2px #702e7b;
  box-shadow:         1px 1px 3px 2px #702e7b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702e7b


Comments

No comments written yet.

Please login to write comment.