Color Hex Logo

#7127fb Color Hex

#7127FB
(113,39,251)
0 Favorites   0 Comments

Color spaces of #7127fb

RGB 11339251
HSL0.720.960.57
HSV261°84°98°
CMYK 0.550.840.00   0.02
XYZ24.948211.926892.2540
Yxy11.92680.19320.0924
Hunter Lab34.535268.5117-134.2069
CIE-Lab41.099574.0191-90.8036

#7127fb color RGB value is (113,39,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100111 11111011
Octal 161 47 373
Decimal 113 39 251
Hex 71 27 FB

RGB Percentages of Color #7127fb

%28.04
%9.68
%62.28

CMYK Percentages of Color #7127fb

%55
%84
%0
%2

Triadic Colors of #7127fb

#7127fb #fb7127 #27fb71

Analogous Colors of #7127fb

#7127fb #db27fb #2747fb

Monochromatic Colors of #7127fb

#7127fb

Complementary Color

#7127fb #b1fb27

#7127fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7127fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7127fb Color CSS Codes

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

#7127fb Text Font Color

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

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


#7127fb Background Color

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

This div background color is #7127fb


#7127fb Border Color

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

This div border color is #7127fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7127fb

Related Colors


Comments

No comments written yet.

Please login to write comment.