Color Hex Logo

#7b2ead Color Hex

#7B2EAD
(123,46,173)
0 Favorites   0 Comments

Color spaces of #7b2ead

RGB 12346173
HSL0.770.580.43
HSV276°73°68°
CMYK 0.290.730.00   0.32
XYZ16.68829.182140.4279
Yxy9.18210.25170.1385
Hunter Lab30.302045.2768-57.8914
CIE-Lab36.332654.4086-53.5201

#7b2ead color RGB value is (123,46,173).

#7b2ead hex color red value is 123, green value is 46 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7b2ead hue: 0.77 , saturation: 0.58 and the lightness value of 7b2ead is 0.43.

The process color (four color CMYK) of #7b2ead color hex is 0.29, 0.73, 0.00, 0.32. Web safe color of #7b2ead is #663399. Color #7b2ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00101110 10101101
Octal 173 56 255
Decimal 123 46 173
Hex 7B 2E AD

RGB Percentages of Color #7b2ead

%35.96
%13.45
%50.58

CMYK Percentages of Color #7b2ead

%29
%73
%0
%32

Triadic Colors of #7b2ead

#7b2ead #ad7b2e #2ead7b

Analogous Colors of #7b2ead

#7b2ead #ad2ea0 #3c2ead

Monochromatic Colors of #7b2ead

#7b2ead

Complementary Color

#7b2ead #60ad2e

#7b2ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b2ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b2ead Color CSS Codes

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

#7b2ead Text Font Color

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

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


#7b2ead Background Color

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

This div background color is #7b2ead


#7b2ead Border Color

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

This div border color is #7b2ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b2ead


Comments

No comments written yet.

Please login to write comment.