Color Hex Logo

#84a2fb Color Hex

#84A2FB
(132,162,251)
0 Favorites   0 Comments

Color spaces of #84a2fb

RGB 132162251
HSL0.620.940.75
HSV225°47°98°
CMYK 0.470.350.00   0.02
XYZ39.848637.711296.4455
Yxy37.71120.22900.2167
Hunter Lab61.40948.3622-50.1302
CIE-Lab67.807212.9830-47.5797

#84a2fb color RGB value is (132,162,251).

#84a2fb hex color red value is 132, green value is 162 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #84a2fb hue: 0.62 , saturation: 0.94 and the lightness value of 84a2fb is 0.75.

The process color (four color CMYK) of #84a2fb color hex is 0.47, 0.35, 0.00, 0.02. Web safe color of #84a2fb is #9999ff. Color #84a2fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10100010 11111011
Octal 204 242 373
Decimal 132 162 251
Hex 84 A2 FB

RGB Percentages of Color #84a2fb

%24.22
%29.72
%46.06

CMYK Percentages of Color #84a2fb

%47
%35
%0
%2

Triadic Colors of #84a2fb

#84a2fb #fb84a2 #a2fb84

Analogous Colors of #84a2fb

#84a2fb #a284fb #84defb

Monochromatic Colors of #84a2fb

#84a2fb

Complementary Color

#84a2fb #fbdd84

#84a2fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84a2fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84a2fb Color CSS Codes

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

#84a2fb Text Font Color

<p style="color:#84a2fb">Text here</p>

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


#84a2fb Background Color

<div style="background-color:#84a2fb">
Div content here</div>

This div background color is #84a2fb


#84a2fb Border Color

<div style="border:3px solid #84a2fb">
Div here</div>

This div border color is #84a2fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,162,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84a2fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84a2fb;
  -webkit-box-shadow: 1px 1px 3px 2px #84a2fb;
  box-shadow:         1px 1px 3px 2px #84a2fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,162,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84a2fb


Comments

No comments written yet.

Please login to write comment.