Color Hex Logo

#7651fd Color Hex

#7651FD
(118,81,253)
0 Favorites   0 Comments

Color spaces of #7651fd

RGB 11881253
HSL0.700.980.65
HSV253°68°99°
CMYK 0.530.680.00   0.01
XYZ28.143316.828394.6934
Yxy16.82830.20150.1205
Hunter Lab41.022350.6706-108.1458
CIE-Lab48.043057.2120-80.4858

#7651fd color RGB value is (118,81,253).

#7651fd hex color red value is 118, green value is 81 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7651fd hue: 0.70 , saturation: 0.98 and the lightness value of 7651fd is 0.65.

The process color (four color CMYK) of #7651fd color hex is 0.53, 0.68, 0.00, 0.01. Web safe color of #7651fd is #6666ff. Color #7651fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010001 11111101
Octal 166 121 375
Decimal 118 81 253
Hex 76 51 FD

RGB Percentages of Color #7651fd

%26.11
%17.92
%55.97

CMYK Percentages of Color #7651fd

%53
%68
%0
%1

Triadic Colors of #7651fd

#7651fd #fd7651 #51fd76

Analogous Colors of #7651fd

#7651fd #cc51fd #5182fd

Monochromatic Colors of #7651fd

#7651fd

Complementary Color

#7651fd #d8fd51

#7651fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7651fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7651fd Color CSS Codes

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

#7651fd Text Font Color

<p style="color:#7651fd">Text here</p>

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


#7651fd Background Color

<div style="background-color:#7651fd">
Div content here</div>

This div background color is #7651fd


#7651fd Border Color

<div style="border:3px solid #7651fd">
Div here</div>

This div border color is #7651fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,81,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7651fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7651fd;
  -webkit-box-shadow: 1px 1px 3px 2px #7651fd;
  box-shadow:         1px 1px 3px 2px #7651fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,81,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7651fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7651fd


Comments

No comments written yet.

Please login to write comment.