Color Hex Logo

#7b4feb Color Hex

#7B4FEB
(123,79,235)
0 Favorites   0 Comments

Color spaces of #7b4feb

RGB 12379235
HSL0.710.800.62
HSV257°66°92°
CMYK 0.480.660.00   0.08
XYZ25.959815.801180.2789
Yxy15.80110.21270.1295
Hunter Lab39.750647.0089-91.9146
CIE-Lab46.712454.0953-72.5552

#7b4feb color RGB value is (123,79,235).

#7b4feb hex color red value is 123, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7b4feb hue: 0.71 , saturation: 0.80 and the lightness value of 7b4feb is 0.62.

The process color (four color CMYK) of #7b4feb color hex is 0.48, 0.66, 0.00, 0.08. Web safe color of #7b4feb is #6666ff. Color #7b4feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01001111 11101011
Octal 173 117 353
Decimal 123 79 235
Hex 7B 4F EB

RGB Percentages of Color #7b4feb

%28.15
%18.08
%53.78

CMYK Percentages of Color #7b4feb

%48
%66
%0
%8

Triadic Colors of #7b4feb

#7b4feb #eb7b4f #4feb7b

Analogous Colors of #7b4feb

#7b4feb #c94feb #4f71eb

Monochromatic Colors of #7b4feb

#7b4feb

Complementary Color

#7b4feb #bfeb4f

#7b4feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b4feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b4feb Color CSS Codes

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

#7b4feb Text Font Color

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

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


#7b4feb Background Color

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

This div background color is #7b4feb


#7b4feb Border Color

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

This div border color is #7b4feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,79,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b4feb


Comments

No comments written yet.

Please login to write comment.