Color Hex Logo

#839afd Color Hex

#839AFD
(131,154,253)
0 Favorites   0 Comments

Color spaces of #839afd

RGB 131154253
HSL0.640.970.75
HSV229°48°99°
CMYK 0.480.390.00   0.01
XYZ38.645335.028397.6528
Yxy35.02830.22560.2045
Hunter Lab59.184712.9803-56.3972
CIE-Lab65.770717.9559-51.8891

#839afd color RGB value is (131,154,253).

#839afd hex color red value is 131, green value is 154 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #839afd hue: 0.64 , saturation: 0.97 and the lightness value of 839afd is 0.75.

The process color (four color CMYK) of #839afd color hex is 0.48, 0.39, 0.00, 0.01. Web safe color of #839afd is #9999ff. Color #839afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011010 11111101
Octal 203 232 375
Decimal 131 154 253
Hex 83 9A FD

RGB Percentages of Color #839afd

%24.35
%28.62
%47.03

CMYK Percentages of Color #839afd

%48
%39
%0
%1

Triadic Colors of #839afd

#839afd #fd839a #9afd83

Analogous Colors of #839afd

#839afd #a983fd #83d7fd

Monochromatic Colors of #839afd

#839afd

Complementary Color

#839afd #fde683

#839afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#839afd Color CSS Codes

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

#839afd Text Font Color

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

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


#839afd Background Color

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

This div background color is #839afd


#839afd Border Color

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

This div border color is #839afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839afd


Comments

No comments written yet.

Please login to write comment.