Color Hex Logo

#838eeb Color Hex

#838EEB
(131,142,235)
0 Favorites   0 Comments

Color spaces of #838eeb

RGB 131142235
HSL0.650.720.72
HSV234°44°92°
CMYK 0.440.400.00   0.08
XYZ34.028530.169582.6271
Yxy30.16950.23180.2055
Hunter Lab54.926814.4633-50.7420
CIE-Lab61.800219.6896-48.2866

#838eeb color RGB value is (131,142,235).

#838eeb hex color red value is 131, green value is 142 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #838eeb hue: 0.65 , saturation: 0.72 and the lightness value of 838eeb is 0.72.

The process color (four color CMYK) of #838eeb color hex is 0.44, 0.40, 0.00, 0.08. Web safe color of #838eeb is #9999ff. Color #838eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001110 11101011
Octal 203 216 353
Decimal 131 142 235
Hex 83 8E EB

RGB Percentages of Color #838eeb

%25.79
%27.95
%46.26

CMYK Percentages of Color #838eeb

%44
%40
%0
%8

Triadic Colors of #838eeb

#838eeb #eb838e #8eeb83

Analogous Colors of #838eeb

#838eeb #ac83eb #83c2eb

Monochromatic Colors of #838eeb

#838eeb

Complementary Color

#838eeb #ebe083

#838eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#838eeb Color CSS Codes

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

#838eeb Text Font Color

<p style="color:#838eeb">Text here</p>

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


#838eeb Background Color

<div style="background-color:#838eeb">
Div content here</div>

This div background color is #838eeb


#838eeb Border Color

<div style="border:3px solid #838eeb">
Div here</div>

This div border color is #838eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,142,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #838eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #838eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #838eeb;
  box-shadow:         1px 1px 3px 2px #838eeb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838eeb


Comments

No comments written yet.

Please login to write comment.