Color Hex Logo

#8f46cf Color Hex

#8F46CF
(143,70,207)
0 Favorites   0 Comments

Color spaces of #8f46cf

RGB 14370207
HSL0.760.590.54
HSV272°66°81°
CMYK 0.310.660.00   0.19
XYZ24.780314.725060.5676
Yxy14.72500.24760.1471
Hunter Lab38.373248.1172-66.7212
CIE-Lab45.255255.3869-58.8715

#8f46cf color RGB value is (143,70,207).

#8f46cf hex color red value is 143, green value is 70 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8f46cf hue: 0.76 , saturation: 0.59 and the lightness value of 8f46cf is 0.54.

The process color (four color CMYK) of #8f46cf color hex is 0.31, 0.66, 0.00, 0.19. Web safe color of #8f46cf is #9933cc. Color #8f46cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01000110 11001111
Octal 217 106 317
Decimal 143 70 207
Hex 8F 46 CF

RGB Percentages of Color #8f46cf

%34.05
%16.67
%49.29

CMYK Percentages of Color #8f46cf

%31
%66
%0
%19

Triadic Colors of #8f46cf

#8f46cf #cf8f46 #46cf8f

Analogous Colors of #8f46cf

#8f46cf #cf46cb #4b46cf

Monochromatic Colors of #8f46cf

#8f46cf

Complementary Color

#8f46cf #86cf46

#8f46cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f46cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f46cf Color CSS Codes

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

#8f46cf Text Font Color

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

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


#8f46cf Background Color

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

This div background color is #8f46cf


#8f46cf Border Color

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

This div border color is #8f46cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f46cf


Comments

No comments written yet.

Please login to write comment.