Color Hex Logo

#7031fb Color Hex

#7031FB
(112,49,251)
0 Favorites   0 Comments

Color spaces of #7031fb

RGB 11249251
HSL0.720.960.59
HSV259°80°98°
CMYK 0.550.800.00   0.02
XYZ25.193012.606492.3722
Yxy12.60640.19350.0968
Hunter Lab35.505564.5205-129.3969
CIE-Lab42.164170.4742-89.0489

#7031fb color RGB value is (112,49,251).

#7031fb hex color red value is 112, green value is 49 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7031fb hue: 0.72 , saturation: 0.96 and the lightness value of 7031fb is 0.59.

The process color (four color CMYK) of #7031fb color hex is 0.55, 0.80, 0.00, 0.02. Web safe color of #7031fb is #6633ff. Color #7031fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110001 11111011
Octal 160 61 373
Decimal 112 49 251
Hex 70 31 FB

RGB Percentages of Color #7031fb

%27.18
%11.89
%60.92

CMYK Percentages of Color #7031fb

%55
%80
%0
%2

Triadic Colors of #7031fb

#7031fb #fb7031 #31fb70

Analogous Colors of #7031fb

#7031fb #d531fb #3157fb

Monochromatic Colors of #7031fb

#7031fb

Complementary Color

#7031fb #bcfb31

#7031fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7031fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7031fb Color CSS Codes

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

#7031fb Text Font Color

<p style="color:#7031fb">Text here</p>

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


#7031fb Background Color

<div style="background-color:#7031fb">
Div content here</div>

This div background color is #7031fb


#7031fb Border Color

<div style="border:3px solid #7031fb">
Div here</div>

This div border color is #7031fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,49,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7031fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7031fb;
  -webkit-box-shadow: 1px 1px 3px 2px #7031fb;
  box-shadow:         1px 1px 3px 2px #7031fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7031fb

Related Colors


Comments

No comments written yet.

Please login to write comment.