Color Hex Logo

#838ef4 Color Hex

#838EF4
(131,142,244)
0 Favorites   0 Comments

Color spaces of #838ef4

RGB 131142244
HSL0.650.840.74
HSV234°46°96°
CMYK 0.460.420.00   0.04
XYZ35.362230.703089.6504
Yxy30.70300.22710.1972
Hunter Lab55.410316.9486-57.1403
CIE-Lab62.256122.3035-52.5294

#838ef4 color RGB value is (131,142,244).

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

The process color (four color CMYK) of #838ef4 color hex is 0.46, 0.42, 0.00, 0.04. Web safe color of #838ef4 is #9999ff. Color #838ef4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001110 11110100
Octal 203 216 364
Decimal 131 142 244
Hex 83 8E F4

RGB Percentages of Color #838ef4

%25.34
%27.47
%47.20

CMYK Percentages of Color #838ef4

%46
%42
%0
%4

Triadic Colors of #838ef4

#838ef4 #f4838e #8ef483

Analogous Colors of #838ef4

#838ef4 #b183f4 #83c7f4

Monochromatic Colors of #838ef4

#838ef4

Complementary Color

#838ef4 #f4e983

#838ef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838ef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838ef4 Color CSS Codes

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

#838ef4 Text Font Color

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

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


#838ef4 Background Color

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

This div background color is #838ef4


#838ef4 Border Color

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

This div border color is #838ef4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838ef4


Comments

No comments written yet.

Please login to write comment.