Color Hex Logo

#702687 Color Hex

#702687
(112,38,135)
0 Favorites   0 Comments

Color spaces of #702687

RGB 11238135
HSL0.790.560.34
HSV286°72°53°
CMYK 0.170.720.00   0.47
XYZ11.74846.580223.5726
Yxy6.58020.28040.1570
Hunter Lab25.651936.8610-36.5277
CIE-Lab30.831547.2076-39.3477

#702687 color RGB value is (112,38,135).

#702687 hex color red value is 112, green value is 38 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #702687 hue: 0.79 , saturation: 0.56 and the lightness value of 702687 is 0.34.

The process color (four color CMYK) of #702687 color hex is 0.17, 0.72, 0.00, 0.47. Web safe color of #702687 is #663399. Color #702687 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100110 10000111
Octal 160 46 207
Decimal 112 38 135
Hex 70 26 87

RGB Percentages of Color #702687

%39.30
%13.33
%47.37

CMYK Percentages of Color #702687

%17
%72
%0
%47

Triadic Colors of #702687

#702687 #877026 #268770

Analogous Colors of #702687

#702687 #87266e #3f2687

Monochromatic Colors of #702687

#702687

Complementary Color

#702687 #3d8726

#702687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702687 Color CSS Codes

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

#702687 Text Font Color

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

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


#702687 Background Color

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

This div background color is #702687


#702687 Border Color

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

This div border color is #702687


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,38,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #702687; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #702687;
  -webkit-box-shadow: 1px 1px 3px 2px #702687;
  box-shadow:         1px 1px 3px 2px #702687; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702687


Comments

No comments written yet.

Please login to write comment.