Color Hex Logo

#8453df Color Hex

#8453DF
(132,83,223)
0 Favorites   0 Comments

Color spaces of #8453df

RGB 13283223
HSL0.730.690.60
HSV261°63°87°
CMYK 0.410.630.00   0.13
XYZ25.928316.419871.6148
Yxy16.41980.22750.1441
Hunter Lab40.521443.3040-76.4203
CIE-Lab47.520550.4810-64.4131

#8453df color RGB value is (132,83,223).

#8453df hex color red value is 132, green value is 83 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8453df hue: 0.73 , saturation: 0.69 and the lightness value of 8453df is 0.60.

The process color (four color CMYK) of #8453df color hex is 0.41, 0.63, 0.00, 0.13. Web safe color of #8453df is #9966cc. Color #8453df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010011 11011111
Octal 204 123 337
Decimal 132 83 223
Hex 84 53 DF

RGB Percentages of Color #8453df

%30.14
%18.95
%50.91

CMYK Percentages of Color #8453df

%41
%63
%0
%13

Triadic Colors of #8453df

#8453df #df8453 #53df84

Analogous Colors of #8453df

#8453df #ca53df #5368df

Monochromatic Colors of #8453df

#8453df

Complementary Color

#8453df #aedf53

#8453df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8453df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8453df Color CSS Codes

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

#8453df Text Font Color

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

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


#8453df Background Color

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

This div background color is #8453df


#8453df Border Color

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

This div border color is #8453df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8453df


Comments

No comments written yet.

Please login to write comment.