Color Hex Logo

#700bfc Color Hex

#700BFC
(112,11,252)
0 Favorites   0 Comments

Color spaces of #700bfc

RGB 11211252
HSL0.740.980.52
HSV265°96°99°
CMYK 0.560.960.00   0.01
XYZ24.372510.712492.8786
Yxy10.71240.19050.0837
Hunter Lab32.729875.6442-145.3386
CIE-Lab39.091880.1915-94.6914

#700bfc color RGB value is (112,11,252).

#700bfc hex color red value is 112, green value is 11 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #700bfc hue: 0.74 , saturation: 0.98 and the lightness value of 700bfc is 0.52.

The process color (four color CMYK) of #700bfc color hex is 0.56, 0.96, 0.00, 0.01. Web safe color of #700bfc is #6600ff. Color #700bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001011 11111100
Octal 160 13 374
Decimal 112 11 252
Hex 70 B FC

RGB Percentages of Color #700bfc

%29.87
%2.93
%67.20

CMYK Percentages of Color #700bfc

%56
%96
%0
%1

Triadic Colors of #700bfc

#700bfc #fc700b #0bfc70

Analogous Colors of #700bfc

#700bfc #e90bfc #0b1efc

Monochromatic Colors of #700bfc

#700bfc

Complementary Color

#700bfc #97fc0b

#700bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#700bfc Color CSS Codes

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

#700bfc Text Font Color

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

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


#700bfc Background Color

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

This div background color is #700bfc


#700bfc Border Color

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

This div border color is #700bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700bfc


Comments

No comments written yet.

Please login to write comment.