Color Hex Logo

#8b61fc Color Hex

#8B61FC
(139,97,252)
0 Favorites   0 Comments

Color spaces of #8b61fc

RGB 13997252
HSL0.710.960.68
HSV256°62°99°
CMYK 0.450.620.00   0.01
XYZ32.492821.066694.4492
Yxy21.06660.21950.1423
Hunter Lab45.898446.0432-89.8775
CIE-Lab53.022352.1020-71.7364

#8b61fc color RGB value is (139,97,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 01100001 11111100
Octal 213 141 374
Decimal 139 97 252
Hex 8B 61 FC

RGB Percentages of Color #8b61fc

%28.48
%19.88
%51.64

CMYK Percentages of Color #8b61fc

%45
%62
%0
%1

Triadic Colors of #8b61fc

#8b61fc #fc8b61 #61fc8b

Analogous Colors of #8b61fc

#8b61fc #d961fc #6185fc

Monochromatic Colors of #8b61fc

#8b61fc

Complementary Color

#8b61fc #d2fc61

#8b61fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b61fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b61fc Color CSS Codes

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

#8b61fc Text Font Color

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

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


#8b61fc Background Color

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

This div background color is #8b61fc


#8b61fc Border Color

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

This div border color is #8b61fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b61fc


Comments

No comments written yet.

Please login to write comment.