Color Hex Logo

#7130fb Color Hex

#7130FB
(113,48,251)
0 Favorites   0 Comments

Color spaces of #7130fb

RGB 11348251
HSL0.720.960.59
HSV259°81°98°
CMYK 0.550.810.00   0.02
XYZ25.279612.589692.3645
Yxy12.58960.19410.0967
Hunter Lab35.481865.0820-129.5035
CIE-Lab42.138370.9532-89.0882

#7130fb color RGB value is (113,48,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110000 11111011
Octal 161 60 373
Decimal 113 48 251
Hex 71 30 FB

RGB Percentages of Color #7130fb

%27.43
%11.65
%60.92

CMYK Percentages of Color #7130fb

%55
%81
%0
%2

Triadic Colors of #7130fb

#7130fb #fb7130 #30fb71

Analogous Colors of #7130fb

#7130fb #d730fb #3054fb

Monochromatic Colors of #7130fb

#7130fb

Complementary Color

#7130fb #bafb30

#7130fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7130fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7130fb Color CSS Codes

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

#7130fb Text Font Color

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

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


#7130fb Background Color

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

This div background color is #7130fb


#7130fb Border Color

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

This div border color is #7130fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,48,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 #7130fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7130fb


Comments

No comments written yet.

Please login to write comment.