Color Hex Logo

#705ded Color Hex

#705DED
(112,93,237)
0 Favorites   0 Comments

Color spaces of #705ded

RGB 11293237
HSL0.690.800.65
HSV248°61°93°
CMYK 0.530.610.00   0.07
XYZ25.882517.387982.1128
Yxy17.38790.20640.1387
Hunter Lab41.698837.8223-87.5640
CIE-Lab48.745145.0115-70.4161

#705ded color RGB value is (112,93,237).

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

The process color (four color CMYK) of #705ded color hex is 0.53, 0.61, 0.00, 0.07. Web safe color of #705ded is #6666ff. Color #705ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011101 11101101
Octal 160 135 355
Decimal 112 93 237
Hex 70 5D ED

RGB Percentages of Color #705ded

%25.34
%21.04
%53.62

CMYK Percentages of Color #705ded

%53
%61
%0
%7

Triadic Colors of #705ded

#705ded #ed705d #5ded70

Analogous Colors of #705ded

#705ded #b85ded #5d92ed

Monochromatic Colors of #705ded

#705ded

Complementary Color

#705ded #daed5d

#705ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#705ded Color CSS Codes

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

#705ded Text Font Color

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

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


#705ded Background Color

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

This div background color is #705ded


#705ded Border Color

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

This div border color is #705ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705ded


Comments

No comments written yet.

Please login to write comment.