Color Hex Logo

#7b9dea Color Hex

#7B9DEA
(123,157,234)
0 Favorites   0 Comments

Color spaces of #7b9dea

RGB 123157234
HSL0.620.730.70
HSV222°47°92°
CMYK 0.470.330.00   0.08
XYZ35.076634.265482.6071
Yxy34.26540.23080.2255
Hunter Lab58.53674.5224-42.6946
CIE-Lab65.17278.7613-42.4573

#7b9dea color RGB value is (123,157,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10011101 11101010
Octal 173 235 352
Decimal 123 157 234
Hex 7B 9D EA

RGB Percentages of Color #7b9dea

%23.93
%30.54
%45.53

CMYK Percentages of Color #7b9dea

%47
%33
%0
%8

Triadic Colors of #7b9dea

#7b9dea #ea7b9d #9dea7b

Analogous Colors of #7b9dea

#7b9dea #917bea #7bd5ea

Monochromatic Colors of #7b9dea

#7b9dea

Complementary Color

#7b9dea #eac87b

#7b9dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b9dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b9dea Color CSS Codes

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

#7b9dea Text Font Color

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

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


#7b9dea Background Color

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

This div background color is #7b9dea


#7b9dea Border Color

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

This div border color is #7b9dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b9dea


Comments

No comments written yet.

Please login to write comment.