Color Hex Logo

#7b8aeb Color Hex

#7B8AEB
(123,138,235)
0 Favorites   0 Comments

Color spaces of #7b8aeb

RGB 123138235
HSL0.640.740.70
HSV232°48°92°
CMYK 0.480.410.00   0.08
XYZ32.252328.386182.3764
Yxy28.38610.22550.1985
Hunter Lab53.278614.8177-54.3759
CIE-Lab60.236020.1439-50.7989

#7b8aeb color RGB value is (123,138,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10001010 11101011
Octal 173 212 353
Decimal 123 138 235
Hex 7B 8A EB

RGB Percentages of Color #7b8aeb

%24.80
%27.82
%47.38

CMYK Percentages of Color #7b8aeb

%48
%41
%0
%8

Triadic Colors of #7b8aeb

#7b8aeb #eb7b8a #8aeb7b

Analogous Colors of #7b8aeb

#7b8aeb #a47beb #7bc2eb

Monochromatic Colors of #7b8aeb

#7b8aeb

Complementary Color

#7b8aeb #ebdc7b

#7b8aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b8aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b8aeb Color CSS Codes

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

#7b8aeb Text Font Color

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

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


#7b8aeb Background Color

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

This div background color is #7b8aeb


#7b8aeb Border Color

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

This div border color is #7b8aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b8aeb


Comments

No comments written yet.

Please login to write comment.