Color Hex Logo

#761dfe Color Hex

#761DFE
(118,29,254)
0 Favorites   0 Comments

Color spaces of #761dfe

RGB 11829254
HSL0.730.990.55
HSV264°89°100°
CMYK 0.540.890.00   0.00
XYZ25.800011.886094.7004
Yxy11.88600.19490.0898
Hunter Lab34.476173.2464-138.7271
CIE-Lab41.034477.9028-92.5743

#761dfe color RGB value is (118,29,254).

#761dfe hex color red value is 118, green value is 29 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #761dfe hue: 0.73 , saturation: 0.99 and the lightness value of 761dfe is 0.55.

The process color (four color CMYK) of #761dfe color hex is 0.54, 0.89, 0.00, 0.00. Web safe color of #761dfe is #6633ff. Color #761dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011101 11111110
Octal 166 35 376
Decimal 118 29 254
Hex 76 1D FE

RGB Percentages of Color #761dfe

%29.43
%7.23
%63.34

CMYK Percentages of Color #761dfe

%54
%89
%0
%0

Triadic Colors of #761dfe

#761dfe #fe761d #1dfe76

Analogous Colors of #761dfe

#761dfe #e71dfe #1d34fe

Monochromatic Colors of #761dfe

#761dfe

Complementary Color

#761dfe #a5fe1d

#761dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#761dfe Color CSS Codes

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

#761dfe Text Font Color

<p style="color:#761dfe">Text here</p>

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


#761dfe Background Color

<div style="background-color:#761dfe">
Div content here</div>

This div background color is #761dfe


#761dfe Border Color

<div style="border:3px solid #761dfe">
Div here</div>

This div border color is #761dfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,29,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #761dfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #761dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #761dfe;
  box-shadow:         1px 1px 3px 2px #761dfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761dfe


Comments

No comments written yet.

Please login to write comment.