Color Hex Logo

#8453fe Color Hex

#8453FE
(132,83,254)
0 Favorites   0 Comments

Color spaces of #8453fe

RGB 13283254
HSL0.710.990.66
HSV257°67°100°
CMYK 0.480.670.00   0.00
XYZ30.498418.247895.6807
Yxy18.24780.21120.1263
Hunter Lab42.717452.6857-102.8985
CIE-Lab49.795358.7069-78.1257

#8453fe color RGB value is (132,83,254).

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

The process color (four color CMYK) of #8453fe color hex is 0.48, 0.67, 0.00, 0.00. Web safe color of #8453fe is #9966ff. Color #8453fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010011 11111110
Octal 204 123 376
Decimal 132 83 254
Hex 84 53 FE

RGB Percentages of Color #8453fe

%28.14
%17.70
%54.16

CMYK Percentages of Color #8453fe

%48
%67
%0
%0

Triadic Colors of #8453fe

#8453fe #fe8453 #53fe84

Analogous Colors of #8453fe

#8453fe #da53fe #5378fe

Monochromatic Colors of #8453fe

#8453fe

Complementary Color

#8453fe #cdfe53

#8453fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8453fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8453fe Color CSS Codes

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

#8453fe Text Font Color

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

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


#8453fe Background Color

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

This div background color is #8453fe


#8453fe Border Color

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

This div border color is #8453fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,83,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 #8453fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8453fe


Comments

No comments written yet.

Please login to write comment.