Color Hex Logo

#838fec Color Hex

#838FEC
(131,143,236)
0 Favorites   0 Comments

Color spaces of #838fec

RGB 131143236
HSL0.650.730.72
HSV233°44°93°
CMYK 0.440.390.00   0.07
XYZ34.322930.526383.4400
Yxy30.52630.23150.2059
Hunter Lab55.250614.1996-50.8649
CIE-Lab62.105719.3937-48.3562

#838fec color RGB value is (131,143,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001111 11101100
Octal 203 217 354
Decimal 131 143 236
Hex 83 8F EC

RGB Percentages of Color #838fec

%25.69
%28.04
%46.27

CMYK Percentages of Color #838fec

%44
%39
%0
%7

Triadic Colors of #838fec

#838fec #ec838f #8fec83

Analogous Colors of #838fec

#838fec #ac83ec #83c4ec

Monochromatic Colors of #838fec

#838fec

Complementary Color

#838fec #ece083

#838fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#838fec Color CSS Codes

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

#838fec Text Font Color

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

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


#838fec Background Color

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

This div background color is #838fec


#838fec Border Color

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

This div border color is #838fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838fec


Comments

No comments written yet.

Please login to write comment.