Color Hex Logo

#8f20be Color Hex

#8F20BE
(143,32,190)
0 Favorites   0 Comments

Color spaces of #8f20be

RGB 14332190
HSL0.780.710.44
HSV282°83°75°
CMYK 0.250.830.00   0.25
XYZ21.138510.590449.6452
Yxy10.59040.25980.1301
Hunter Lab32.542958.9961-67.6687
CIE-Lab38.881966.3747-59.3105

#8f20be color RGB value is (143,32,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 00100000 10111110
Octal 217 40 276
Decimal 143 32 190
Hex 8F 20 BE

RGB Percentages of Color #8f20be

%39.18
%8.77
%52.05

CMYK Percentages of Color #8f20be

%25
%83
%0
%25

Triadic Colors of #8f20be

#8f20be #be8f20 #20be8f

Analogous Colors of #8f20be

#8f20be #be209e #4020be

Monochromatic Colors of #8f20be

#8f20be

Complementary Color

#8f20be #4fbe20

#8f20be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f20be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f20be Color CSS Codes

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

#8f20be Text Font Color

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

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


#8f20be Background Color

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

This div background color is #8f20be


#8f20be Border Color

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

This div border color is #8f20be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f20be


Comments

No comments written yet.

Please login to write comment.