Color Hex Logo

#703fbf Color Hex

#703FBF
(112,63,191)
0 Favorites   0 Comments

Color spaces of #703fbf

RGB 11263191
HSL0.730.500.50
HSV263°67°75°
CMYK 0.410.670.00   0.25
XYZ17.863610.761350.4258
Yxy10.76130.22600.1361
Hunter Lab32.804439.7942-68.1754
CIE-Lab39.175548.5793-59.6069

#703fbf color RGB value is (112,63,191).

#703fbf hex color red value is 112, green value is 63 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #703fbf hue: 0.73 , saturation: 0.50 and the lightness value of 703fbf is 0.50.

The process color (four color CMYK) of #703fbf color hex is 0.41, 0.67, 0.00, 0.25. Web safe color of #703fbf is #6633cc. Color #703fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111111 10111111
Octal 160 77 277
Decimal 112 63 191
Hex 70 3F BF

RGB Percentages of Color #703fbf

%30.60
%17.21
%52.19

CMYK Percentages of Color #703fbf

%41
%67
%0
%25

Triadic Colors of #703fbf

#703fbf #bf703f #3fbf70

Analogous Colors of #703fbf

#703fbf #b03fbf #3f4ebf

Monochromatic Colors of #703fbf

#703fbf

Complementary Color

#703fbf #8ebf3f

#703fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#703fbf Color CSS Codes

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

#703fbf Text Font Color

<p style="color:#703fbf">Text here</p>

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


#703fbf Background Color

<div style="background-color:#703fbf">
Div content here</div>

This div background color is #703fbf


#703fbf Border Color

<div style="border:3px solid #703fbf">
Div here</div>

This div border color is #703fbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,63,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #703fbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #703fbf;
  -webkit-box-shadow: 1px 1px 3px 2px #703fbf;
  box-shadow:         1px 1px 3px 2px #703fbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703fbf


Comments

No comments written yet.

Please login to write comment.