Color Hex Logo

#839bec Color Hex

#839BEC
(131,155,236)
0 Favorites   0 Comments

Color spaces of #839bec

RGB 131155236
HSL0.630.730.72
HSV226°44°93°
CMYK 0.440.340.00   0.07
XYZ36.221734.324184.0730
Yxy34.32410.23430.2220
Hunter Lab58.58687.8321-44.0714
CIE-Lab65.219012.4226-43.4501

#839bec color RGB value is (131,155,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011011 11101100
Octal 203 233 354
Decimal 131 155 236
Hex 83 9B EC

RGB Percentages of Color #839bec

%25.10
%29.69
%45.21

CMYK Percentages of Color #839bec

%44
%34
%0
%7

Triadic Colors of #839bec

#839bec #ec839b #9bec83

Analogous Colors of #839bec

#839bec #a083ec #83d0ec

Monochromatic Colors of #839bec

#839bec

Complementary Color

#839bec #ecd483

#839bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#839bec Color CSS Codes

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

#839bec Text Font Color

<p style="color:#839bec">Text here</p>

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


#839bec Background Color

<div style="background-color:#839bec">
Div content here</div>

This div background color is #839bec


#839bec Border Color

<div style="border:3px solid #839bec">
Div here</div>

This div border color is #839bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839bec


Comments

No comments written yet.

Please login to write comment.