Color Hex Logo

#8f64bb Color Hex

#8F64BB
(143,100,187)
0 Favorites   0 Comments

Color spaces of #8f64bb

RGB 143100187
HSL0.750.390.56
HSV270°47°73°
CMYK 0.240.470.00   0.27
XYZ24.854518.541849.2827
Yxy18.54180.26820.2001
Hunter Lab43.060227.6755-37.7157
CIE-Lab50.146834.6211-39.5127

#8f64bb color RGB value is (143,100,187).

#8f64bb hex color red value is 143, green value is 100 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8f64bb hue: 0.75 , saturation: 0.39 and the lightness value of 8f64bb is 0.56.

The process color (four color CMYK) of #8f64bb color hex is 0.24, 0.47, 0.00, 0.27. Web safe color of #8f64bb is #9966cc. Color #8f64bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01100100 10111011
Octal 217 144 273
Decimal 143 100 187
Hex 8F 64 BB

RGB Percentages of Color #8f64bb

%33.26
%23.26
%43.49

CMYK Percentages of Color #8f64bb

%24
%47
%0
%27

Triadic Colors of #8f64bb

#8f64bb #bb8f64 #64bb8f

Analogous Colors of #8f64bb

#8f64bb #bb64bb #6465bb

Monochromatic Colors of #8f64bb

#8f64bb

Complementary Color

#8f64bb #90bb64

#8f64bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f64bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f64bb Color CSS Codes

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

#8f64bb Text Font Color

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

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


#8f64bb Background Color

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

This div background color is #8f64bb


#8f64bb Border Color

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

This div border color is #8f64bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f64bb


Comments

No comments written yet.

Please login to write comment.