Color Hex Logo

#705ddb Color Hex

#705DDB
(112,93,219)
0 Favorites   0 Comments

Color spaces of #705ddb

RGB 11293219
HSL0.690.640.61
HSV249°58°86°
CMYK 0.490.580.00   0.14
XYZ23.382616.387968.9486
Yxy16.38790.21510.1507
Hunter Lab40.482032.2591-72.6449
CIE-Lab47.479339.6781-62.2983

#705ddb color RGB value is (112,93,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011101 11011011
Octal 160 135 333
Decimal 112 93 219
Hex 70 5D DB

RGB Percentages of Color #705ddb

%26.42
%21.93
%51.65

CMYK Percentages of Color #705ddb

%49
%58
%0
%14

Triadic Colors of #705ddb

#705ddb #db705d #5ddb70

Analogous Colors of #705ddb

#705ddb #af5ddb #5d89db

Monochromatic Colors of #705ddb

#705ddb

Complementary Color

#705ddb #c8db5d

#705ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#705ddb Color CSS Codes

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

#705ddb Text Font Color

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

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


#705ddb Background Color

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

This div background color is #705ddb


#705ddb Border Color

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

This div border color is #705ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705ddb


Comments

No comments written yet.

Please login to write comment.