Color Hex Logo

#705bbc Color Hex

#705BBC
(112,91,188)
0 Favorites   0 Comments

Color spaces of #705bbc

RGB 11291188
HSL0.700.420.55
HSV253°52°74°
CMYK 0.400.520.00   0.26
XYZ19.500314.557849.3591
Yxy14.55780.23380.1745
Hunter Lab38.154724.4580-49.9927
CIE-Lab45.022531.8695-48.4270

#705bbc color RGB value is (112,91,188).

#705bbc hex color red value is 112, green value is 91 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #705bbc hue: 0.70 , saturation: 0.42 and the lightness value of 705bbc is 0.55.

The process color (four color CMYK) of #705bbc color hex is 0.40, 0.52, 0.00, 0.26. Web safe color of #705bbc is #6666cc. Color #705bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011011 10111100
Octal 160 133 274
Decimal 112 91 188
Hex 70 5B BC

RGB Percentages of Color #705bbc

%28.64
%23.27
%48.08

CMYK Percentages of Color #705bbc

%40
%52
%0
%26

Triadic Colors of #705bbc

#705bbc #bc705b #5bbc70

Analogous Colors of #705bbc

#705bbc #a15bbc #5b77bc

Monochromatic Colors of #705bbc

#705bbc

Complementary Color

#705bbc #a7bc5b

#705bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#705bbc Color CSS Codes

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

#705bbc Text Font Color

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

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


#705bbc Background Color

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

This div background color is #705bbc


#705bbc Border Color

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

This div border color is #705bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705bbc


Comments

No comments written yet.

Please login to write comment.