Color Hex Logo

#7b7ead Color Hex

#7B7EAD
(123,126,173)
0 Favorites   0 Comments

Color spaces of #7b7ead

RGB 123126173
HSL0.660.230.58
HSV236°29°68°
CMYK 0.290.270.00   0.32
XYZ23.172122.149842.5892
Yxy22.14980.26360.2520
Hunter Lab47.06365.5245-20.7087
CIE-Lab54.18569.8289-25.2563

#7b7ead color RGB value is (123,126,173).

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

The process color (four color CMYK) of #7b7ead color hex is 0.29, 0.27, 0.00, 0.32. Web safe color of #7b7ead is #666699. Color #7b7ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01111110 10101101
Octal 173 176 255
Decimal 123 126 173
Hex 7B 7E AD

RGB Percentages of Color #7b7ead

%29.15
%29.86
%41.00

CMYK Percentages of Color #7b7ead

%29
%27
%0
%32

Triadic Colors of #7b7ead

#7b7ead #ad7b7e #7ead7b

Analogous Colors of #7b7ead

#7b7ead #917bad #7b97ad

Monochromatic Colors of #7b7ead

#7b7ead

Complementary Color

#7b7ead #adaa7b

#7b7ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b7ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b7ead Color CSS Codes

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

#7b7ead Text Font Color

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

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


#7b7ead Background Color

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

This div background color is #7b7ead


#7b7ead Border Color

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

This div border color is #7b7ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b7ead


Comments

No comments written yet.

Please login to write comment.