Color Hex Logo

#703fbe Color Hex

#703FBE
(112,63,190)
0 Favorites   0 Comments

Color spaces of #703fbe

RGB 11263190
HSL0.730.500.50
HSV263°67°75°
CMYK 0.410.670.00   0.25
XYZ17.753910.717549.8481
Yxy10.71750.22670.1368
Hunter Lab32.737639.5114-67.3620
CIE-Lab39.100548.3150-59.1429

#703fbe color RGB value is (112,63,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111111 10111110
Octal 160 77 276
Decimal 112 63 190
Hex 70 3F BE

RGB Percentages of Color #703fbe

%30.68
%17.26
%52.05

CMYK Percentages of Color #703fbe

%41
%67
%0
%25

Triadic Colors of #703fbe

#703fbe #be703f #3fbe70

Analogous Colors of #703fbe

#703fbe #b03fbe #3f4dbe

Monochromatic Colors of #703fbe

#703fbe

Complementary Color

#703fbe #8dbe3f

#703fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#703fbe Color CSS Codes

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

#703fbe Text Font Color

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

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


#703fbe Background Color

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

This div background color is #703fbe


#703fbe Border Color

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

This div border color is #703fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703fbe


Comments

No comments written yet.

Please login to write comment.