Color Hex Logo

#7b8aea Color Hex

#7B8AEA
(123,138,234)
0 Favorites   0 Comments

Color spaces of #7b8aea

RGB 123138234
HSL0.640.730.70
HSV232°47°92°
CMYK 0.470.410.00   0.08
XYZ32.108128.328481.6176
Yxy28.32840.22600.1994
Hunter Lab53.224414.5389-53.6618
CIE-Lab60.184319.8462-50.3267

#7b8aea color RGB value is (123,138,234).

#7b8aea hex color red value is 123, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7b8aea hue: 0.64 , saturation: 0.73 and the lightness value of 7b8aea is 0.70.

The process color (four color CMYK) of #7b8aea color hex is 0.47, 0.41, 0.00, 0.08. Web safe color of #7b8aea is #6699ff. Color #7b8aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10001010 11101010
Octal 173 212 352
Decimal 123 138 234
Hex 7B 8A EA

RGB Percentages of Color #7b8aea

%24.85
%27.88
%47.27

CMYK Percentages of Color #7b8aea

%47
%41
%0
%8

Triadic Colors of #7b8aea

#7b8aea #ea7b8a #8aea7b

Analogous Colors of #7b8aea

#7b8aea #a47bea #7bc2ea

Monochromatic Colors of #7b8aea

#7b8aea

Complementary Color

#7b8aea #eadb7b

#7b8aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b8aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b8aea Color CSS Codes

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

#7b8aea Text Font Color

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

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


#7b8aea Background Color

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

This div background color is #7b8aea


#7b8aea Border Color

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

This div border color is #7b8aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b8aea


Comments

No comments written yet.

Please login to write comment.