Color Hex Logo

#7b76fe Color Hex

#7B76FE
(123,118,254)
0 Favorites   0 Comments

Color spaces of #7b76fe

RGB 123118254
HSL0.670.990.73
HSV242°54°100°
CMYK 0.520.540.00   0.00
XYZ32.536224.323696.7460
Yxy24.32360.21180.1584
Hunter Lab49.319031.4500-81.7823
CIE-Lab56.410337.6540-67.4288

#7b76fe color RGB value is (123,118,254).

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

The process color (four color CMYK) of #7b76fe color hex is 0.52, 0.54, 0.00, 0.00. Web safe color of #7b76fe is #6666ff. Color #7b76fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01110110 11111110
Octal 173 166 376
Decimal 123 118 254
Hex 7B 76 FE

RGB Percentages of Color #7b76fe

%24.85
%23.84
%51.31

CMYK Percentages of Color #7b76fe

%52
%54
%0
%0

Triadic Colors of #7b76fe

#7b76fe #fe7b76 #76fe7b

Analogous Colors of #7b76fe

#7b76fe #bf76fe #76b5fe

Monochromatic Colors of #7b76fe

#7b76fe

Complementary Color

#7b76fe #f9fe76

#7b76fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b76fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b76fe Color CSS Codes

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

#7b76fe Text Font Color

<p style="color:#7b76fe">Text here</p>

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


#7b76fe Background Color

<div style="background-color:#7b76fe">
Div content here</div>

This div background color is #7b76fe


#7b76fe Border Color

<div style="border:3px solid #7b76fe">
Div here</div>

This div border color is #7b76fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b76fe


Comments

No comments written yet.

Please login to write comment.