Color Hex Logo

#8488fe Color Hex

#8488FE
(132,136,254)
0 Favorites   0 Comments

Color spaces of #8488fe

RGB 132136254
HSL0.660.980.76
HSV238°48°100°
CMYK 0.480.460.00   0.00
XYZ36.209329.669697.5843
Yxy29.66960.22150.1815
Hunter Lab54.469823.3373-68.0910
CIE-Lab61.368128.9800-59.4347

#8488fe color RGB value is (132,136,254).

#8488fe hex color red value is 132, green value is 136 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8488fe hue: 0.66 , saturation: 0.98 and the lightness value of 8488fe is 0.76.

The process color (four color CMYK) of #8488fe color hex is 0.48, 0.46, 0.00, 0.00. Web safe color of #8488fe is #9999ff. Color #8488fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001000 11111110
Octal 204 210 376
Decimal 132 136 254
Hex 84 88 FE

RGB Percentages of Color #8488fe

%25.29
%26.05
%48.66

CMYK Percentages of Color #8488fe

%48
%46
%0
%0

Triadic Colors of #8488fe

#8488fe #fe8488 #88fe84

Analogous Colors of #8488fe

#8488fe #bd84fe #84c5fe

Monochromatic Colors of #8488fe

#8488fe

Complementary Color

#8488fe #fefa84

#8488fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8488fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8488fe Color CSS Codes

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

#8488fe Text Font Color

<p style="color:#8488fe">Text here</p>

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


#8488fe Background Color

<div style="background-color:#8488fe">
Div content here</div>

This div background color is #8488fe


#8488fe Border Color

<div style="border:3px solid #8488fe">
Div here</div>

This div border color is #8488fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,136,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8488fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8488fe;
  -webkit-box-shadow: 1px 1px 3px 2px #8488fe;
  box-shadow:         1px 1px 3px 2px #8488fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8488fe

Related Colors


Comments

No comments written yet.

Please login to write comment.