Color Hex Logo

#705bcc Color Hex

#705BCC
(112,91,204)
0 Favorites   0 Comments

Color spaces of #705bcc

RGB 11291204
HSL0.700.530.58
HSV251°55°80°
CMYK 0.450.550.00   0.20
XYZ21.322315.286558.9535
Yxy15.28650.22310.1600
Hunter Lab39.098028.9246-62.0313
CIE-Lab46.024136.4645-56.0714

#705bcc color RGB value is (112,91,204).

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

The process color (four color CMYK) of #705bcc color hex is 0.45, 0.55, 0.00, 0.20. Web safe color of #705bcc is #6666cc. Color #705bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011011 11001100
Octal 160 133 314
Decimal 112 91 204
Hex 70 5B CC

RGB Percentages of Color #705bcc

%27.52
%22.36
%50.12

CMYK Percentages of Color #705bcc

%45
%55
%0
%20

Triadic Colors of #705bcc

#705bcc #cc705b #5bcc70

Analogous Colors of #705bcc

#705bcc #a95bcc #5b7fcc

Monochromatic Colors of #705bcc

#705bcc

Complementary Color

#705bcc #b7cc5b

#705bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#705bcc Color CSS Codes

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

#705bcc Text Font Color

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

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


#705bcc Background Color

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

This div background color is #705bcc


#705bcc Border Color

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

This div border color is #705bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705bcc


Comments

No comments written yet.

Please login to write comment.