Color Hex Logo

#702088 Color Hex

#702088
(112,32,136)
0 Favorites   0 Comments

Color spaces of #702088

RGB 11232136
HSL0.790.620.33
HSV286°76°53°
CMYK 0.180.760.00   0.47
XYZ11.64256.255323.8863
Yxy6.25530.27860.1497
Hunter Lab25.010639.3237-39.1173
CIE-Lab30.047649.8355-41.2294

#702088 color RGB value is (112,32,136).

#702088 hex color red value is 112, green value is 32 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #702088 hue: 0.79 , saturation: 0.62 and the lightness value of 702088 is 0.33.

The process color (four color CMYK) of #702088 color hex is 0.18, 0.76, 0.00, 0.47. Web safe color of #702088 is #663399. Color #702088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100000 10001000
Octal 160 40 210
Decimal 112 32 136
Hex 70 20 88

RGB Percentages of Color #702088

%40.00
%11.43
%48.57

CMYK Percentages of Color #702088

%18
%76
%0
%47

Triadic Colors of #702088

#702088 #887020 #208870

Analogous Colors of #702088

#702088 #88206c #3c2088

Monochromatic Colors of #702088

#702088

Complementary Color

#702088 #388820

#702088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702088 Color CSS Codes

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

#702088 Text Font Color

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

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


#702088 Background Color

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

This div background color is #702088


#702088 Border Color

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

This div border color is #702088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702088


Comments

No comments written yet.

Please login to write comment.