Color Hex Logo

#7240fb Color Hex

#7240FB
(114,64,251)
0 Favorites   0 Comments

Color spaces of #7240fb

RGB 11464251
HSL0.710.960.62
HSV256°75°98°
CMYK 0.550.750.00   0.02
XYZ26.185414.209292.6293
Yxy14.20920.19680.1068
Hunter Lab37.695158.0310-119.3086
CIE-Lab44.531564.4331-85.1428

#7240fb color RGB value is (114,64,251).

#7240fb hex color red value is 114, green value is 64 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7240fb hue: 0.71 , saturation: 0.96 and the lightness value of 7240fb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000000 11111011
Octal 162 100 373
Decimal 114 64 251
Hex 72 40 FB

RGB Percentages of Color #7240fb

%26.57
%14.92
%58.51

CMYK Percentages of Color #7240fb

%55
%75
%0
%2

Triadic Colors of #7240fb

#7240fb #fb7240 #40fb72

Analogous Colors of #7240fb

#7240fb #d040fb #406cfb

Monochromatic Colors of #7240fb

#7240fb

Complementary Color

#7240fb #c9fb40

#7240fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7240fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7240fb Color CSS Codes

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

#7240fb Text Font Color

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

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


#7240fb Background Color

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

This div background color is #7240fb


#7240fb Border Color

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

This div border color is #7240fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7240fb


Comments

No comments written yet.

Please login to write comment.