Color Hex Logo

#705abb Color Hex

#705ABB
(112,90,187)
0 Favorites   0 Comments

Color spaces of #705abb

RGB 11290187
HSL0.700.420.54
HSV254°52°73°
CMYK 0.400.520.00   0.27
XYZ19.307914.344948.7649
Yxy14.34490.23430.1741
Hunter Lab37.874724.7158-49.8256
CIE-Lab44.723632.1849-48.3234

#705abb color RGB value is (112,90,187).

#705abb hex color red value is 112, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #705abb hue: 0.70 , saturation: 0.42 and the lightness value of 705abb is 0.54.

The process color (four color CMYK) of #705abb color hex is 0.40, 0.52, 0.00, 0.27. Web safe color of #705abb is #6666cc. Color #705abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011010 10111011
Octal 160 132 273
Decimal 112 90 187
Hex 70 5A BB

RGB Percentages of Color #705abb

%28.79
%23.14
%48.07

CMYK Percentages of Color #705abb

%40
%52
%0
%27

Triadic Colors of #705abb

#705abb #bb705a #5abb70

Analogous Colors of #705abb

#705abb #a15abb #5a75bb

Monochromatic Colors of #705abb

#705abb

Complementary Color

#705abb #a5bb5a

#705abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#705abb Color CSS Codes

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

#705abb Text Font Color

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

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


#705abb Background Color

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

This div background color is #705abb


#705abb Border Color

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

This div border color is #705abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,90,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #705abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #705abb;
  -webkit-box-shadow: 1px 1px 3px 2px #705abb;
  box-shadow:         1px 1px 3px 2px #705abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705abb


Comments

No comments written yet.

Please login to write comment.