Color Hex Logo

#839aca Color Hex

#839ACA
(131,154,202)
0 Favorites   0 Comments

Color spaces of #839aca

RGB 131154202
HSL0.610.400.65
HSV221°35°79°
CMYK 0.350.240.00   0.21
XYZ31.576332.200860.4282
Yxy32.20080.25420.2593
Hunter Lab56.74570.0217-23.4155
CIE-Lab63.50853.5844-27.2740

#839aca color RGB value is (131,154,202).

#839aca hex color red value is 131, green value is 154 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #839aca hue: 0.61 , saturation: 0.40 and the lightness value of 839aca is 0.65.

The process color (four color CMYK) of #839aca color hex is 0.35, 0.24, 0.00, 0.21. Web safe color of #839aca is #9999cc. Color #839aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011010 11001010
Octal 203 232 312
Decimal 131 154 202
Hex 83 9A CA

RGB Percentages of Color #839aca

%26.90
%31.62
%41.48

CMYK Percentages of Color #839aca

%35
%24
%0
%21

Triadic Colors of #839aca

#839aca #ca839a #9aca83

Analogous Colors of #839aca

#839aca #9083ca #83beca

Monochromatic Colors of #839aca

#839aca

Complementary Color

#839aca #cab383

#839aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#839aca Color CSS Codes

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

#839aca Text Font Color

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

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


#839aca Background Color

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

This div background color is #839aca


#839aca Border Color

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

This div border color is #839aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839aca


Comments

No comments written yet.

Please login to write comment.