Color Hex Logo

#8457ee Color Hex

#8457EE
(132,87,238)
0 Favorites   0 Comments

Color spaces of #8457ee

RGB 13287238
HSL0.720.820.64
HSV258°63°93°
CMYK 0.450.630.00   0.07
XYZ28.356517.895082.8484
Yxy17.89500.21960.1386
Hunter Lab42.302545.6240-86.5063
CIE-Lab49.368552.3379-69.8833

#8457ee color RGB value is (132,87,238).

#8457ee hex color red value is 132, green value is 87 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8457ee hue: 0.72 , saturation: 0.82 and the lightness value of 8457ee is 0.64.

The process color (four color CMYK) of #8457ee color hex is 0.45, 0.63, 0.00, 0.07. Web safe color of #8457ee is #9966ff. Color #8457ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010111 11101110
Octal 204 127 356
Decimal 132 87 238
Hex 84 57 EE

RGB Percentages of Color #8457ee

%28.88
%19.04
%52.08

CMYK Percentages of Color #8457ee

%45
%63
%0
%7

Triadic Colors of #8457ee

#8457ee #ee8457 #57ee84

Analogous Colors of #8457ee

#8457ee #d057ee #5776ee

Monochromatic Colors of #8457ee

#8457ee

Complementary Color

#8457ee #c1ee57

#8457ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8457ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8457ee Color CSS Codes

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

#8457ee Text Font Color

<p style="color:#8457ee">Text here</p>

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


#8457ee Background Color

<div style="background-color:#8457ee">
Div content here</div>

This div background color is #8457ee


#8457ee Border Color

<div style="border:3px solid #8457ee">
Div here</div>

This div border color is #8457ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,87,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8457ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8457ee;
  -webkit-box-shadow: 1px 1px 3px 2px #8457ee;
  box-shadow:         1px 1px 3px 2px #8457ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8457ee


Comments

No comments written yet.

Please login to write comment.