Color Hex Logo

#706288 Color Hex

#706288
(112,98,136)
0 Favorites   0 Comments

Color spaces of #706288

RGB 11298136
HSL0.730.160.46
HSV262°28°53°
CMYK 0.180.280.00   0.47
XYZ15.493713.957725.1700
Yxy13.95770.28370.2555
Hunter Lab37.36008.6464-13.7926
CIE-Lab44.172213.7709-19.0000

#706288 color RGB value is (112,98,136).

#706288 hex color red value is 112, green value is 98 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #706288 hue: 0.73 , saturation: 0.16 and the lightness value of 706288 is 0.46.

The process color (four color CMYK) of #706288 color hex is 0.18, 0.28, 0.00, 0.47. Web safe color of #706288 is #666699. Color #706288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100010 10001000
Octal 160 142 210
Decimal 112 98 136
Hex 70 62 88

RGB Percentages of Color #706288

%32.37
%28.32
%39.31

CMYK Percentages of Color #706288

%18
%28
%0
%47

Triadic Colors of #706288

#706288 #887062 #628870

Analogous Colors of #706288

#706288 #836288 #626788

Monochromatic Colors of #706288

#706288

Complementary Color

#706288 #7a8862

#706288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706288 Color CSS Codes

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

#706288 Text Font Color

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

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


#706288 Background Color

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

This div background color is #706288


#706288 Border Color

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

This div border color is #706288


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,98,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 #706288">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706288


Comments

No comments written yet.

Please login to write comment.