Color Hex Logo

#7150fb Color Hex

#7150FB
(113,80,251)
0 Favorites   0 Comments

Color spaces of #7150fb

RGB 11380251
HSL0.700.960.65
HSV252°68°98°
CMYK 0.550.680.00   0.02
XYZ27.091316.213192.9684
Yxy16.21310.19880.1190
Hunter Lab40.265549.6332-108.7080
CIE-Lab47.252856.4124-80.6817

#7150fb color RGB value is (113,80,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010000 11111011
Octal 161 120 373
Decimal 113 80 251
Hex 71 50 FB

RGB Percentages of Color #7150fb

%25.45
%18.02
%56.53

CMYK Percentages of Color #7150fb

%55
%68
%0
%2

Triadic Colors of #7150fb

#7150fb #fb7150 #50fb71

Analogous Colors of #7150fb

#7150fb #c750fb #5085fb

Monochromatic Colors of #7150fb

#7150fb

Complementary Color

#7150fb #dafb50

#7150fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7150fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7150fb Color CSS Codes

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

#7150fb Text Font Color

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

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


#7150fb Background Color

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

This div background color is #7150fb


#7150fb Border Color

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

This div border color is #7150fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7150fb

Related Colors


Comments

No comments written yet.

Please login to write comment.