Color Hex Logo

#8f5efd Color Hex

#8F5EFD
(143,94,253)
0 Favorites   0 Comments

Color spaces of #8f5efd

RGB 14394253
HSL0.720.980.68
HSV258°63°99°
CMYK 0.430.630.00   0.01
XYZ33.060020.936995.2273
Yxy20.93690.22150.1403
Hunter Lab45.756948.8944-91.3621
CIE-Lab52.880454.7364-72.5035

#8f5efd color RGB value is (143,94,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 01011110 11111101
Octal 217 136 375
Decimal 143 94 253
Hex 8F 5E FD

RGB Percentages of Color #8f5efd

%29.18
%19.18
%51.63

CMYK Percentages of Color #8f5efd

%43
%63
%0
%1

Triadic Colors of #8f5efd

#8f5efd #fd8f5e #5efd8f

Analogous Colors of #8f5efd

#8f5efd #df5efd #5e7dfd

Monochromatic Colors of #8f5efd

#8f5efd

Complementary Color

#8f5efd #ccfd5e

#8f5efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f5efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f5efd Color CSS Codes

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

#8f5efd Text Font Color

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

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


#8f5efd Background Color

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

This div background color is #8f5efd


#8f5efd Border Color

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

This div border color is #8f5efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f5efd


Comments

No comments written yet.

Please login to write comment.