Color Hex Logo

#705fda Color Hex

#705FDA
(112,95,218)
0 Favorites   0 Comments

Color spaces of #705fda

RGB 11295218
HSL0.690.620.61
HSV248°56°85°
CMYK 0.490.560.00   0.15
XYZ23.429216.691168.3165
Yxy16.69110.21610.1539
Hunter Lab40.854730.8696-70.5453
CIE-Lab47.868438.2090-61.1010

#705fda color RGB value is (112,95,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011111 11011010
Octal 160 137 332
Decimal 112 95 218
Hex 70 5F DA

RGB Percentages of Color #705fda

%26.35
%22.35
%51.29

CMYK Percentages of Color #705fda

%49
%56
%0
%15

Triadic Colors of #705fda

#705fda #da705f #5fda70

Analogous Colors of #705fda

#705fda #ae5fda #5f8cda

Monochromatic Colors of #705fda

#705fda

Complementary Color

#705fda #c9da5f

#705fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#705fda Color CSS Codes

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

#705fda Text Font Color

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

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


#705fda Background Color

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

This div background color is #705fda


#705fda Border Color

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

This div border color is #705fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705fda


Comments

No comments written yet.

Please login to write comment.