Color Hex Logo

#700fba Color Hex

#700FBA
(112,15,186)
0 Favorites   0 Comments

Color spaces of #700fba

RGB 11215186
HSL0.760.850.39
HSV274°92°73°
CMYK 0.400.920.00   0.27
XYZ15.71587.331647.0412
Yxy7.33160.22420.1046
Hunter Lab27.076956.2191-84.0517
CIE-Lab32.550265.1648-67.4873

#700fba color RGB value is (112,15,186).

#700fba hex color red value is 112, green value is 15 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #700fba hue: 0.76 , saturation: 0.85 and the lightness value of 700fba is 0.39.

The process color (four color CMYK) of #700fba color hex is 0.40, 0.92, 0.00, 0.27. Web safe color of #700fba is #6600cc. Color #700fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001111 10111010
Octal 160 17 272
Decimal 112 15 186
Hex 70 F BA

RGB Percentages of Color #700fba

%35.78
%4.79
%59.42

CMYK Percentages of Color #700fba

%40
%92
%0
%27

Triadic Colors of #700fba

#700fba #ba700f #0fba70

Analogous Colors of #700fba

#700fba #ba0faf #1a0fba

Monochromatic Colors of #700fba

#700fba

Complementary Color

#700fba #59ba0f

#700fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#700fba Color CSS Codes

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

#700fba Text Font Color

<p style="color:#700fba">Text here</p>

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


#700fba Background Color

<div style="background-color:#700fba">
Div content here</div>

This div background color is #700fba


#700fba Border Color

<div style="border:3px solid #700fba">
Div here</div>

This div border color is #700fba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,15,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #700fba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #700fba;
  -webkit-box-shadow: 1px 1px 3px 2px #700fba;
  box-shadow:         1px 1px 3px 2px #700fba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700fba


Comments

No comments written yet.

Please login to write comment.