Color Hex Logo

#705dbd Color Hex

#705DBD
(112,93,189)
0 Favorites   0 Comments

Color spaces of #705dbd

RGB 11293189
HSL0.700.420.55
HSV252°51°74°
CMYK 0.410.510.00   0.26
XYZ19.781814.947649.9867
Yxy14.94760.23350.1764
Hunter Lab38.662123.6723-49.5932
CIE-Lab45.562330.9547-48.1446

#705dbd color RGB value is (112,93,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011101 10111101
Octal 160 135 275
Decimal 112 93 189
Hex 70 5D BD

RGB Percentages of Color #705dbd

%28.43
%23.60
%47.97

CMYK Percentages of Color #705dbd

%41
%51
%0
%26

Triadic Colors of #705dbd

#705dbd #bd705d #5dbd70

Analogous Colors of #705dbd

#705dbd #a05dbd #5d7abd

Monochromatic Colors of #705dbd

#705dbd

Complementary Color

#705dbd #aabd5d

#705dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#705dbd Color CSS Codes

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

#705dbd Text Font Color

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

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


#705dbd Background Color

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

This div background color is #705dbd


#705dbd Border Color

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

This div border color is #705dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705dbd


Comments

No comments written yet.

Please login to write comment.