Color Hex Logo

#700fbc Color Hex

#700FBC
(112,15,188)
0 Favorites   0 Comments

Color spaces of #700fbc

RGB 11215188
HSL0.760.850.40
HSV274°92°74°
CMYK 0.400.920.00   0.26
XYZ15.93007.417248.1690
Yxy7.41720.22270.1037
Hunter Lab27.234556.7476-85.8005
CIE-Lab32.738465.5947-68.3616

#700fbc color RGB value is (112,15,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001111 10111100
Octal 160 17 274
Decimal 112 15 188
Hex 70 F BC

RGB Percentages of Color #700fbc

%35.56
%4.76
%59.68

CMYK Percentages of Color #700fbc

%40
%92
%0
%26

Triadic Colors of #700fbc

#700fbc #bc700f #0fbc70

Analogous Colors of #700fbc

#700fbc #bc0fb2 #190fbc

Monochromatic Colors of #700fbc

#700fbc

Complementary Color

#700fbc #5bbc0f

#700fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#700fbc Color CSS Codes

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

#700fbc Text Font Color

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

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


#700fbc Background Color

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

This div background color is #700fbc


#700fbc Border Color

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

This div border color is #700fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700fbc


Comments

No comments written yet.

Please login to write comment.