Color Hex Logo

#7b4aeb Color Hex

#7B4AEB
(123,74,235)
0 Favorites   0 Comments

Color spaces of #7b4aeb

RGB 12374235
HSL0.720.800.61
HSV258°69°92°
CMYK 0.480.690.00   0.08
XYZ25.612615.106780.1632
Yxy15.10670.21190.1250
Hunter Lab38.867349.6092-95.0774
CIE-Lab45.780056.6617-74.0761

#7b4aeb color RGB value is (123,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 01001010 11101011
Octal 173 112 353
Decimal 123 74 235
Hex 7B 4A EB

RGB Percentages of Color #7b4aeb

%28.47
%17.13
%54.40

CMYK Percentages of Color #7b4aeb

%48
%69
%0
%8

Triadic Colors of #7b4aeb

#7b4aeb #eb7b4a #4aeb7b

Analogous Colors of #7b4aeb

#7b4aeb #cc4aeb #4a6aeb

Monochromatic Colors of #7b4aeb

#7b4aeb

Complementary Color

#7b4aeb #baeb4a

#7b4aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b4aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b4aeb Color CSS Codes

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

#7b4aeb Text Font Color

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

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


#7b4aeb Background Color

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

This div background color is #7b4aeb


#7b4aeb Border Color

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

This div border color is #7b4aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b4aeb


Comments

No comments written yet.

Please login to write comment.