Color Hex Logo

#705adb Color Hex

#705ADB
(112,90,219)
0 Favorites   0 Comments

Color spaces of #705adb

RGB 11290219
HSL0.700.640.61
HSV250°59°86°
CMYK 0.490.590.00   0.14
XYZ23.124415.871568.8626
Yxy15.87150.21440.1472
Hunter Lab39.839133.8912-74.5966
CIE-Lab46.805441.4254-63.3887

#705adb color RGB value is (112,90,219).

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

The process color (four color CMYK) of #705adb color hex is 0.49, 0.59, 0.00, 0.14. Web safe color of #705adb is #6666cc. Color #705adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011010 11011011
Octal 160 132 333
Decimal 112 90 219
Hex 70 5A DB

RGB Percentages of Color #705adb

%26.60
%21.38
%52.02

CMYK Percentages of Color #705adb

%49
%59
%0
%14

Triadic Colors of #705adb

#705adb #db705a #5adb70

Analogous Colors of #705adb

#705adb #b15adb #5a85db

Monochromatic Colors of #705adb

#705adb

Complementary Color

#705adb #c5db5a

#705adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#705adb Color CSS Codes

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

#705adb Text Font Color

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

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


#705adb Background Color

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

This div background color is #705adb


#705adb Border Color

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

This div border color is #705adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705adb


Comments

No comments written yet.

Please login to write comment.