Color Hex Logo

#8f6bfa Color Hex

#8F6BFA
(143,107,250)
0 Favorites   0 Comments

Color spaces of #8f6bfa

RGB 143107250
HSL0.710.930.70
HSV255°57°98°
CMYK 0.430.570.00   0.02
XYZ33.840723.257293.1480
Yxy23.25720.22520.1548
Hunter Lab48.225740.8611-80.7607
CIE-Lab55.336346.8969-66.8669

#8f6bfa color RGB value is (143,107,250).

#8f6bfa hex color red value is 143, green value is 107 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8f6bfa hue: 0.71 , saturation: 0.93 and the lightness value of 8f6bfa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 01101011 11111010
Octal 217 153 372
Decimal 143 107 250
Hex 8F 6B FA

RGB Percentages of Color #8f6bfa

%28.60
%21.40
%50.00

CMYK Percentages of Color #8f6bfa

%43
%57
%0
%2

Triadic Colors of #8f6bfa

#8f6bfa #fa8f6b #6bfa8f

Analogous Colors of #8f6bfa

#8f6bfa #d76bfa #6b8ffa

Monochromatic Colors of #8f6bfa

#8f6bfa

Complementary Color

#8f6bfa #d6fa6b

#8f6bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f6bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f6bfa Color CSS Codes

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

#8f6bfa Text Font Color

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

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


#8f6bfa Background Color

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

This div background color is #8f6bfa


#8f6bfa Border Color

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

This div border color is #8f6bfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,107,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f6bfa


Comments

No comments written yet.

Please login to write comment.