Color Hex Logo

#8b5afd Color Hex

#8B5AFD
(139,90,253)
0 Favorites   0 Comments

Color spaces of #8b5afd

RGB 13990253
HSL0.720.980.67
HSV258°64°99°
CMYK 0.450.640.00   0.01
XYZ32.033219.893195.0799
Yxy19.89310.21790.1353
Hunter Lab44.601750.1468-95.1706
CIE-Lab51.716156.0758-74.4121

#8b5afd color RGB value is (139,90,253).

#8b5afd hex color red value is 139, green value is 90 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8b5afd hue: 0.72 , saturation: 0.98 and the lightness value of 8b5afd is 0.67.

The process color (four color CMYK) of #8b5afd color hex is 0.45, 0.64, 0.00, 0.01. Web safe color of #8b5afd is #9966ff. Color #8b5afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01011010 11111101
Octal 213 132 375
Decimal 139 90 253
Hex 8B 5A FD

RGB Percentages of Color #8b5afd

%28.84
%18.67
%52.49

CMYK Percentages of Color #8b5afd

%45
%64
%0
%1

Triadic Colors of #8b5afd

#8b5afd #fd8b5a #5afd8b

Analogous Colors of #8b5afd

#8b5afd #dd5afd #5a7bfd

Monochromatic Colors of #8b5afd

#8b5afd

Complementary Color

#8b5afd #ccfd5a

#8b5afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b5afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b5afd Color CSS Codes

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

#8b5afd Text Font Color

<p style="color:#8b5afd">Text here</p>

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


#8b5afd Background Color

<div style="background-color:#8b5afd">
Div content here</div>

This div background color is #8b5afd


#8b5afd Border Color

<div style="border:3px solid #8b5afd">
Div here</div>

This div border color is #8b5afd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,90,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b5afd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b5afd;
  -webkit-box-shadow: 1px 1px 3px 2px #8b5afd;
  box-shadow:         1px 1px 3px 2px #8b5afd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,90,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b5afd


Comments

No comments written yet.

Please login to write comment.