Color Hex Logo

#705abd Color Hex

#705ABD
(112,90,189)
0 Favorites   0 Comments

Color spaces of #705abd

RGB 11290189
HSL0.700.430.55
HSV253°52°74°
CMYK 0.410.520.00   0.26
XYZ19.523614.431249.9006
Yxy14.43120.23280.1721
Hunter Lab37.988425.2578-51.2899
CIE-Lab44.845132.7515-49.2926

#705abd color RGB value is (112,90,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011010 10111101
Octal 160 132 275
Decimal 112 90 189
Hex 70 5A BD

RGB Percentages of Color #705abd

%28.64
%23.02
%48.34

CMYK Percentages of Color #705abd

%41
%52
%0
%26

Triadic Colors of #705abd

#705abd #bd705a #5abd70

Analogous Colors of #705abd

#705abd #a25abd #5a76bd

Monochromatic Colors of #705abd

#705abd

Complementary Color

#705abd #a7bd5a

#705abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#705abd Color CSS Codes

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

#705abd Text Font Color

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

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


#705abd Background Color

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

This div background color is #705abd


#705abd Border Color

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

This div border color is #705abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705abd


Comments

No comments written yet.

Please login to write comment.