Color Hex Logo

#7b83ef Color Hex

#7B83EF
(123,131,239)
0 Favorites   0 Comments

Color spaces of #7b83ef

RGB 123131239
HSL0.660.780.71
HSV236°49°94°
CMYK 0.490.450.00   0.06
XYZ31.864726.675585.1308
Yxy26.67550.22180.1857
Hunter Lab51.648319.7419-61.5726
CIE-Lab58.672825.4792-55.5030

#7b83ef color RGB value is (123,131,239).

#7b83ef hex color red value is 123, green value is 131 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7b83ef hue: 0.66 , saturation: 0.78 and the lightness value of 7b83ef is 0.71.

The process color (four color CMYK) of #7b83ef color hex is 0.49, 0.45, 0.00, 0.06. Web safe color of #7b83ef is #6699ff. Color #7b83ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10000011 11101111
Octal 173 203 357
Decimal 123 131 239
Hex 7B 83 EF

RGB Percentages of Color #7b83ef

%24.95
%26.57
%48.48

CMYK Percentages of Color #7b83ef

%49
%45
%0
%6

Triadic Colors of #7b83ef

#7b83ef #ef7b83 #83ef7b

Analogous Colors of #7b83ef

#7b83ef #ad7bef #7bbdef

Monochromatic Colors of #7b83ef

#7b83ef

Complementary Color

#7b83ef #efe77b

#7b83ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b83ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b83ef Color CSS Codes

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

#7b83ef Text Font Color

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

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


#7b83ef Background Color

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

This div background color is #7b83ef


#7b83ef Border Color

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

This div border color is #7b83ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b83ef


Comments

No comments written yet.

Please login to write comment.