Color Hex Logo

#7b4aee Color Hex

#7B4AEE
(123,74,238)
0 Favorites   0 Comments

Color spaces of #7b4aee

RGB 12374238
HSL0.720.830.61
HSV258°69°93°
CMYK 0.480.690.00   0.07
XYZ26.049815.281682.4656
Yxy15.28160.21040.1234
Hunter Lab39.091750.5378-97.7106
CIE-Lab46.017557.4652-75.3793

#7b4aee color RGB value is (123,74,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 01001010 11101110
Octal 173 112 356
Decimal 123 74 238
Hex 7B 4A EE

RGB Percentages of Color #7b4aee

%28.28
%17.01
%54.71

CMYK Percentages of Color #7b4aee

%48
%69
%0
%7

Triadic Colors of #7b4aee

#7b4aee #ee7b4a #4aee7b

Analogous Colors of #7b4aee

#7b4aee #cd4aee #4a6bee

Monochromatic Colors of #7b4aee

#7b4aee

Complementary Color

#7b4aee #bdee4a

#7b4aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b4aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b4aee Color CSS Codes

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

#7b4aee Text Font Color

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

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


#7b4aee Background Color

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

This div background color is #7b4aee


#7b4aee Border Color

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

This div border color is #7b4aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b4aee


Comments

No comments written yet.

Please login to write comment.