Color Hex Logo

#7b8deb Color Hex

#7B8DEB
(123,141,235)
0 Favorites   0 Comments

Color spaces of #7b8deb

RGB 123141235
HSL0.640.740.70
HSV230°48°92°
CMYK 0.480.400.00   0.08
XYZ32.688729.258982.5219
Yxy29.25890.22630.2025
Hunter Lab54.091513.2114-52.5887
CIE-Lab61.009418.3759-49.5726

#7b8deb color RGB value is (123,141,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10001101 11101011
Octal 173 215 353
Decimal 123 141 235
Hex 7B 8D EB

RGB Percentages of Color #7b8deb

%24.65
%28.26
%47.09

CMYK Percentages of Color #7b8deb

%48
%40
%0
%8

Triadic Colors of #7b8deb

#7b8deb #eb7b8d #8deb7b

Analogous Colors of #7b8deb

#7b8deb #a17beb #7bc5eb

Monochromatic Colors of #7b8deb

#7b8deb

Complementary Color

#7b8deb #ebd97b

#7b8deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b8deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b8deb Color CSS Codes

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

#7b8deb Text Font Color

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

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


#7b8deb Background Color

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

This div background color is #7b8deb


#7b8deb Border Color

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

This div border color is #7b8deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b8deb


Comments

No comments written yet.

Please login to write comment.