Color Hex Logo

#705fcc Color Hex

#705FCC
(112,95,204)
0 Favorites   0 Comments

Color spaces of #705fcc

RGB 11295204
HSL0.690.520.59
HSV249°53°80°
CMYK 0.450.530.00   0.20
XYZ21.673415.988859.0706
Yxy15.98880.22410.1653
Hunter Lab39.986026.7759-59.5979
CIE-Lab46.959834.0899-54.5661

#705fcc color RGB value is (112,95,204).

#705fcc hex color red value is 112, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #705fcc hue: 0.69 , saturation: 0.52 and the lightness value of 705fcc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011111 11001100
Octal 160 137 314
Decimal 112 95 204
Hex 70 5F CC

RGB Percentages of Color #705fcc

%27.25
%23.11
%49.64

CMYK Percentages of Color #705fcc

%45
%53
%0
%20

Triadic Colors of #705fcc

#705fcc #cc705f #5fcc70

Analogous Colors of #705fcc

#705fcc #a75fcc #5f85cc

Monochromatic Colors of #705fcc

#705fcc

Complementary Color

#705fcc #bbcc5f

#705fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#705fcc Color CSS Codes

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

#705fcc Text Font Color

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

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


#705fcc Background Color

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

This div background color is #705fcc


#705fcc Border Color

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

This div border color is #705fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,95,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 #705fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705fcc


Comments

No comments written yet.

Please login to write comment.