Color Hex Logo

#7b8eea Color Hex

#7B8EEA
(123,142,234)
0 Favorites   0 Comments

Color spaces of #7b8eea

RGB 123142234
HSL0.640.730.70
HSV230°47°92°
CMYK 0.470.390.00   0.08
XYZ32.692729.497581.8124
Yxy29.49750.22700.2048
Hunter Lab54.311612.4022-51.2935
CIE-Lab61.218217.4903-48.6885

#7b8eea color RGB value is (123,142,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10001110 11101010
Octal 173 216 352
Decimal 123 142 234
Hex 7B 8E EA

RGB Percentages of Color #7b8eea

%24.65
%28.46
%46.89

CMYK Percentages of Color #7b8eea

%47
%39
%0
%8

Triadic Colors of #7b8eea

#7b8eea #ea7b8e #8eea7b

Analogous Colors of #7b8eea

#7b8eea #a07bea #7bc6ea

Monochromatic Colors of #7b8eea

#7b8eea

Complementary Color

#7b8eea #ead77b

#7b8eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b8eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b8eea Color CSS Codes

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

#7b8eea Text Font Color

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

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


#7b8eea Background Color

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

This div background color is #7b8eea


#7b8eea Border Color

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

This div border color is #7b8eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b8eea


Comments

No comments written yet.

Please login to write comment.