Color Hex Logo

#8b5efd Color Hex

#8B5EFD
(139,94,253)
1 Favorites   0 Comments

Color spaces of #8b5efd

RGB 13994253
HSL0.710.980.68
HSV257°63°99°
CMYK 0.450.630.00   0.01
XYZ32.379820.586295.1954
Yxy20.58620.21850.1389
Hunter Lab45.372047.9857-92.6364
CIE-Lab52.493653.9751-73.1490

#8b5efd color RGB value is (139,94,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 01011110 11111101
Octal 213 136 375
Decimal 139 94 253
Hex 8B 5E FD

RGB Percentages of Color #8b5efd

%28.60
%19.34
%52.06

CMYK Percentages of Color #8b5efd

%45
%63
%0
%1

Triadic Colors of #8b5efd

#8b5efd #fd8b5e #5efd8b

Analogous Colors of #8b5efd

#8b5efd #db5efd #5e81fd

Monochromatic Colors of #8b5efd

#8b5efd

Complementary Color

#8b5efd #d0fd5e

#8b5efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b5efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b5efd Color CSS Codes

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

#8b5efd Text Font Color

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

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


#8b5efd Background Color

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

This div background color is #8b5efd


#8b5efd Border Color

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

This div border color is #8b5efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,94,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 #8b5efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b5efd

Related Colors


Comments

No comments written yet.

Please login to write comment.