Color Hex Logo

#705ffa Color Hex

#705FFA
(112,95,250)
0 Favorites   0 Comments

Color spaces of #705ffa

RGB 11295250
HSL0.680.940.68
HSV247°62°98°
CMYK 0.550.620.00   0.02
XYZ28.029618.531392.5421
Yxy18.53130.20150.1332
Hunter Lab43.048040.8917-97.3246
CIE-Lab50.134347.7483-75.4233

#705ffa color RGB value is (112,95,250).

#705ffa hex color red value is 112, green value is 95 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #705ffa hue: 0.68 , saturation: 0.94 and the lightness value of 705ffa is 0.68.

The process color (four color CMYK) of #705ffa color hex is 0.55, 0.62, 0.00, 0.02. Web safe color of #705ffa is #6666ff. Color #705ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011111 11111010
Octal 160 137 372
Decimal 112 95 250
Hex 70 5F FA

RGB Percentages of Color #705ffa

%24.51
%20.79
%54.70

CMYK Percentages of Color #705ffa

%55
%62
%0
%2

Triadic Colors of #705ffa

#705ffa #fa705f #5ffa70

Analogous Colors of #705ffa

#705ffa #be5ffa #5f9cfa

Monochromatic Colors of #705ffa

#705ffa

Complementary Color

#705ffa #e9fa5f

#705ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#705ffa Color CSS Codes

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

#705ffa Text Font Color

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

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


#705ffa Background Color

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

This div background color is #705ffa


#705ffa Border Color

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

This div border color is #705ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705ffa


Comments

No comments written yet.

Please login to write comment.