Color Hex Logo

#703cbe Color Hex

#703CBE
(112,60,190)
0 Favorites   0 Comments

Color spaces of #703cbe

RGB 11260190
HSL0.730.520.49
HSV264°68°75°
CMYK 0.410.680.00   0.25
XYZ17.592210.394249.7943
Yxy10.39420.22620.1336
Hunter Lab32.240040.9808-69.0046
CIE-Lab38.540849.8571-60.0525

#703cbe color RGB value is (112,60,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111100 10111110
Octal 160 74 276
Decimal 112 60 190
Hex 70 3C BE

RGB Percentages of Color #703cbe

%30.94
%16.57
%52.49

CMYK Percentages of Color #703cbe

%41
%68
%0
%25

Triadic Colors of #703cbe

#703cbe #be703c #3cbe70

Analogous Colors of #703cbe

#703cbe #b13cbe #3c49be

Monochromatic Colors of #703cbe

#703cbe

Complementary Color

#703cbe #8abe3c

#703cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#703cbe Color CSS Codes

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

#703cbe Text Font Color

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

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


#703cbe Background Color

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

This div background color is #703cbe


#703cbe Border Color

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

This div border color is #703cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703cbe


Comments

No comments written yet.

Please login to write comment.