Color Hex Logo

#7640fb Color Hex

#7640FB
(118,64,251)
0 Favorites   0 Comments

Color spaces of #7640fb

RGB 11864251
HSL0.710.960.62
HSV257°75°98°
CMYK 0.530.750.00   0.02
XYZ26.717214.483492.6542
Yxy14.48340.19960.1082
Hunter Lab38.057158.7125-117.7082
CIE-Lab44.918464.9532-84.4927

#7640fb color RGB value is (118,64,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000000 11111011
Octal 166 100 373
Decimal 118 64 251
Hex 76 40 FB

RGB Percentages of Color #7640fb

%27.25
%14.78
%57.97

CMYK Percentages of Color #7640fb

%53
%75
%0
%2

Triadic Colors of #7640fb

#7640fb #fb7640 #40fb76

Analogous Colors of #7640fb

#7640fb #d440fb #4068fb

Monochromatic Colors of #7640fb

#7640fb

Complementary Color

#7640fb #c5fb40

#7640fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7640fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7640fb Color CSS Codes

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

#7640fb Text Font Color

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

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


#7640fb Background Color

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

This div background color is #7640fb


#7640fb Border Color

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

This div border color is #7640fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7640fb


Comments

No comments written yet.

Please login to write comment.