Color Hex Logo

#705ccb Color Hex

#705CCB
(112,92,203)
0 Favorites   0 Comments

Color spaces of #705ccb

RGB 11292203
HSL0.700.520.58
HSV251°55°80°
CMYK 0.450.550.00   0.20
XYZ21.288715.410858.3525
Yxy15.41080.22400.1621
Hunter Lab39.256628.1008-60.6513
CIE-Lab46.191835.5821-55.2265

#705ccb color RGB value is (112,92,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011100 11001011
Octal 160 134 313
Decimal 112 92 203
Hex 70 5C CB

RGB Percentages of Color #705ccb

%27.52
%22.60
%49.88

CMYK Percentages of Color #705ccb

%45
%55
%0
%20

Triadic Colors of #705ccb

#705ccb #cb705c #5ccb70

Analogous Colors of #705ccb

#705ccb #a85ccb #5c80cb

Monochromatic Colors of #705ccb

#705ccb

Complementary Color

#705ccb #b7cb5c

#705ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#705ccb Color CSS Codes

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

#705ccb Text Font Color

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

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


#705ccb Background Color

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

This div background color is #705ccb


#705ccb Border Color

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

This div border color is #705ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705ccb


Comments

No comments written yet.

Please login to write comment.