Color Hex Logo

#839bdd Color Hex

#839BDD
(131,155,221)
0 Favorites   0 Comments

Color spaces of #839bdd

RGB 131155221
HSL0.620.570.69
HSV224°41°87°
CMYK 0.410.300.00   0.13
XYZ34.132633.488473.0715
Yxy33.48840.24260.2380
Hunter Lab57.86924.0125-34.3572
CIE-Lab64.55448.1795-36.2157

#839bdd color RGB value is (131,155,221).

#839bdd hex color red value is 131, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #839bdd hue: 0.62 , saturation: 0.57 and the lightness value of 839bdd is 0.69.

The process color (four color CMYK) of #839bdd color hex is 0.41, 0.30, 0.00, 0.13. Web safe color of #839bdd is #9999cc. Color #839bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011011 11011101
Octal 203 233 335
Decimal 131 155 221
Hex 83 9B DD

RGB Percentages of Color #839bdd

%25.84
%30.57
%43.59

CMYK Percentages of Color #839bdd

%41
%30
%0
%13

Triadic Colors of #839bdd

#839bdd #dd839b #9bdd83

Analogous Colors of #839bdd

#839bdd #9883dd #83c8dd

Monochromatic Colors of #839bdd

#839bdd

Complementary Color

#839bdd #ddc583

#839bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#839bdd Color CSS Codes

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

#839bdd Text Font Color

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

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


#839bdd Background Color

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

This div background color is #839bdd


#839bdd Border Color

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

This div border color is #839bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839bdd


Comments

No comments written yet.

Please login to write comment.