Color Hex Logo

#705bcd Color Hex

#705BCD
(112,91,205)
0 Favorites   0 Comments

Color spaces of #705bcd

RGB 11291205
HSL0.700.530.58
HSV251°56°80°
CMYK 0.450.560.00   0.20
XYZ21.442615.334759.5873
Yxy15.33470.22250.1591
Hunter Lab39.159529.2121-62.8072
CIE-Lab46.089336.7541-56.5412

#705bcd color RGB value is (112,91,205).

#705bcd hex color red value is 112, green value is 91 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #705bcd hue: 0.70 , saturation: 0.53 and the lightness value of 705bcd is 0.58.

The process color (four color CMYK) of #705bcd color hex is 0.45, 0.56, 0.00, 0.20. Web safe color of #705bcd is #6666cc. Color #705bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011011 11001101
Octal 160 133 315
Decimal 112 91 205
Hex 70 5B CD

RGB Percentages of Color #705bcd

%27.45
%22.30
%50.25

CMYK Percentages of Color #705bcd

%45
%56
%0
%20

Triadic Colors of #705bcd

#705bcd #cd705b #5bcd70

Analogous Colors of #705bcd

#705bcd #a95bcd #5b7fcd

Monochromatic Colors of #705bcd

#705bcd

Complementary Color

#705bcd #b8cd5b

#705bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#705bcd Color CSS Codes

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

#705bcd Text Font Color

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

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


#705bcd Background Color

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

This div background color is #705bcd


#705bcd Border Color

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

This div border color is #705bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705bcd


Comments

No comments written yet.

Please login to write comment.