Color Hex Logo

#705cce Color Hex

#705CCE
(112,92,206)
0 Favorites   0 Comments

Color spaces of #705cce

RGB 11292206
HSL0.700.540.58
HSV251°55°81°
CMYK 0.460.550.00   0.19
XYZ21.649815.555360.2539
Yxy15.55530.22210.1596
Hunter Lab39.440228.9631-62.9708
CIE-Lab46.385636.4541-56.6381

#705cce color RGB value is (112,92,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011100 11001110
Octal 160 134 316
Decimal 112 92 206
Hex 70 5C CE

RGB Percentages of Color #705cce

%27.32
%22.44
%50.24

CMYK Percentages of Color #705cce

%46
%55
%0
%19

Triadic Colors of #705cce

#705cce #ce705c #5cce70

Analogous Colors of #705cce

#705cce #a95cce #5c81ce

Monochromatic Colors of #705cce

#705cce

Complementary Color

#705cce #bace5c

#705cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#705cce Color CSS Codes

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

#705cce Text Font Color

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

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


#705cce Background Color

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

This div background color is #705cce


#705cce Border Color

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

This div border color is #705cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705cce


Comments

No comments written yet.

Please login to write comment.