Color Hex Logo

#7451fb Color Hex

#7451FB
(116,81,251)
0 Favorites   0 Comments

Color spaces of #7451fb

RGB 11681251
HSL0.700.960.65
HSV252°68°98°
CMYK 0.540.680.00   0.02
XYZ27.557516.562993.0113
Yxy16.56290.20100.1208
Hunter Lab40.697549.6469-107.0147
CIE-Lab47.704556.3424-79.9322

#7451fb color RGB value is (116,81,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010001 11111011
Octal 164 121 373
Decimal 116 81 251
Hex 74 51 FB

RGB Percentages of Color #7451fb

%25.89
%18.08
%56.03

CMYK Percentages of Color #7451fb

%54
%68
%0
%2

Triadic Colors of #7451fb

#7451fb #fb7451 #51fb74

Analogous Colors of #7451fb

#7451fb #c951fb #5183fb

Monochromatic Colors of #7451fb

#7451fb

Complementary Color

#7451fb #d8fb51

#7451fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7451fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7451fb Color CSS Codes

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

#7451fb Text Font Color

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

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


#7451fb Background Color

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

This div background color is #7451fb


#7451fb Border Color

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

This div border color is #7451fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7451fb


Comments

No comments written yet.

Please login to write comment.