Color Hex Logo

#839edd Color Hex

#839EDD
(131,158,221)
0 Favorites   0 Comments

Color spaces of #839edd

RGB 131158221
HSL0.620.570.69
HSV222°41°87°
CMYK 0.410.290.00   0.13
XYZ34.638134.499573.2401
Yxy34.49950.24330.2423
Hunter Lab58.73632.4770-32.8152
CIE-Lab65.35716.4655-34.9663

#839edd color RGB value is (131,158,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011110 11011101
Octal 203 236 335
Decimal 131 158 221
Hex 83 9E DD

RGB Percentages of Color #839edd

%25.69
%30.98
%43.33

CMYK Percentages of Color #839edd

%41
%29
%0
%13

Triadic Colors of #839edd

#839edd #dd839e #9edd83

Analogous Colors of #839edd

#839edd #9583dd #83cbdd

Monochromatic Colors of #839edd

#839edd

Complementary Color

#839edd #ddc283

#839edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#839edd Color CSS Codes

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

#839edd Text Font Color

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

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


#839edd Background Color

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

This div background color is #839edd


#839edd Border Color

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

This div border color is #839edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839edd


Comments

No comments written yet.

Please login to write comment.