Color Hex Logo

#8f2ade Color Hex

#8F2ADE
(143,42,222)
0 Favorites   0 Comments

Color spaces of #8f2ade

RGB 14342222
HSL0.760.730.52
HSV274°81°87°
CMYK 0.360.810.00   0.13
XYZ25.340512.769570.2364
Yxy12.76950.23390.1179
Hunter Lab35.734464.0451-91.5210
CIE-Lab42.413970.0232-72.0945

#8f2ade color RGB value is (143,42,222).

#8f2ade hex color red value is 143, green value is 42 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8f2ade hue: 0.76 , saturation: 0.73 and the lightness value of 8f2ade is 0.52.

The process color (four color CMYK) of #8f2ade color hex is 0.36, 0.81, 0.00, 0.13. Web safe color of #8f2ade is #9933cc. Color #8f2ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00101010 11011110
Octal 217 52 336
Decimal 143 42 222
Hex 8F 2A DE

RGB Percentages of Color #8f2ade

%35.14
%10.32
%54.55

CMYK Percentages of Color #8f2ade

%36
%81
%0
%13

Triadic Colors of #8f2ade

#8f2ade #de8f2a #2ade8f

Analogous Colors of #8f2ade

#8f2ade #de2ad3 #352ade

Monochromatic Colors of #8f2ade

#8f2ade

Complementary Color

#8f2ade #79de2a

#8f2ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f2ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f2ade Color CSS Codes

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

#8f2ade Text Font Color

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

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


#8f2ade Background Color

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

This div background color is #8f2ade


#8f2ade Border Color

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

This div border color is #8f2ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f2ade


Comments

No comments written yet.

Please login to write comment.