Color Hex Logo

#705bea Color Hex

#705BEA
(112,91,234)
0 Favorites   0 Comments

Color spaces of #705bea

RGB 11291234
HSL0.690.770.64
HSV249°61°92°
CMYK 0.520.610.00   0.08
XYZ25.274516.867479.7655
Yxy16.86740.20730.1384
Hunter Lab41.069937.9768-86.4033
CIE-Lab48.092545.2666-69.7898

#705bea color RGB value is (112,91,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011011 11101010
Octal 160 133 352
Decimal 112 91 234
Hex 70 5B EA

RGB Percentages of Color #705bea

%25.63
%20.82
%53.55

CMYK Percentages of Color #705bea

%52
%61
%0
%8

Triadic Colors of #705bea

#705bea #ea705b #5bea70

Analogous Colors of #705bea

#705bea #b85bea #5b8eea

Monochromatic Colors of #705bea

#705bea

Complementary Color

#705bea #d5ea5b

#705bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#705bea Color CSS Codes

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

#705bea Text Font Color

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

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


#705bea Background Color

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

This div background color is #705bea


#705bea Border Color

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

This div border color is #705bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705bea


Comments

No comments written yet.

Please login to write comment.