Color Hex Logo

#8f32be Color Hex

#8F32BE
(143,50,190)
0 Favorites   0 Comments

Color spaces of #8f32be

RGB 14350190
HSL0.780.580.47
HSV280°74°75°
CMYK 0.250.740.00   0.25
XYZ21.762611.838549.8533
Yxy11.83850.26080.1419
Hunter Lab34.407152.6893-61.8217
CIE-Lab40.958360.3770-55.9453

#8f32be color RGB value is (143,50,190).

#8f32be hex color red value is 143, green value is 50 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8f32be hue: 0.78 , saturation: 0.58 and the lightness value of 8f32be is 0.47.

The process color (four color CMYK) of #8f32be color hex is 0.25, 0.74, 0.00, 0.25. Web safe color of #8f32be is #9933cc. Color #8f32be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00110010 10111110
Octal 217 62 276
Decimal 143 50 190
Hex 8F 32 BE

RGB Percentages of Color #8f32be

%37.34
%13.05
%49.61

CMYK Percentages of Color #8f32be

%25
%74
%0
%25

Triadic Colors of #8f32be

#8f32be #be8f32 #32be8f

Analogous Colors of #8f32be

#8f32be #be32a7 #4932be

Monochromatic Colors of #8f32be

#8f32be

Complementary Color

#8f32be #61be32

#8f32be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f32be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f32be Color CSS Codes

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

#8f32be Text Font Color

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

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


#8f32be Background Color

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

This div background color is #8f32be


#8f32be Border Color

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

This div border color is #8f32be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f32be


Comments

No comments written yet.

Please login to write comment.