Color Hex Logo

#7148fb Color Hex

#7148FB
(113,72,251)
0 Favorites   0 Comments

Color spaces of #7148fb

RGB 11372251
HSL0.700.960.63
HSV254°71°98°
CMYK 0.550.710.00   0.02
XYZ26.540015.110592.7846
Yxy15.11050.19740.1124
Hunter Lab38.872253.8444-114.3095
CIE-Lab45.785260.4912-83.0871

#7148fb color RGB value is (113,72,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001000 11111011
Octal 161 110 373
Decimal 113 72 251
Hex 71 48 FB

RGB Percentages of Color #7148fb

%25.92
%16.51
%57.57

CMYK Percentages of Color #7148fb

%55
%71
%0
%2

Triadic Colors of #7148fb

#7148fb #fb7148 #48fb71

Analogous Colors of #7148fb

#7148fb #cb48fb #4879fb

Monochromatic Colors of #7148fb

#7148fb

Complementary Color

#7148fb #d2fb48

#7148fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7148fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7148fb Color CSS Codes

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

#7148fb Text Font Color

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

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


#7148fb Background Color

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

This div background color is #7148fb


#7148fb Border Color

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

This div border color is #7148fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7148fb


Comments

No comments written yet.

Please login to write comment.