Color Hex Logo

#839aea Color Hex

#839AEA
(131,154,234)
0 Favorites   0 Comments

Color spaces of #839aea

RGB 131154234
HSL0.630.710.72
HSV227°44°92°
CMYK 0.440.340.00   0.08
XYZ35.767033.877082.4957
Yxy33.87700.23510.2227
Hunter Lab58.20407.8334-43.2923
CIE-Lab64.864812.4260-42.9060

#839aea color RGB value is (131,154,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011010 11101010
Octal 203 232 352
Decimal 131 154 234
Hex 83 9A EA

RGB Percentages of Color #839aea

%25.24
%29.67
%45.09

CMYK Percentages of Color #839aea

%44
%34
%0
%8

Triadic Colors of #839aea

#839aea #ea839a #9aea83

Analogous Colors of #839aea

#839aea #a083ea #83ceea

Monochromatic Colors of #839aea

#839aea

Complementary Color

#839aea #ead383

#839aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#839aea Color CSS Codes

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

#839aea Text Font Color

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

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


#839aea Background Color

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

This div background color is #839aea


#839aea Border Color

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

This div border color is #839aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839aea


Comments

No comments written yet.

Please login to write comment.