Color Hex Logo

#8f44ca Color Hex

#8F44CA
(143,68,202)
0 Favorites   0 Comments

Color spaces of #8f44ca

RGB 14368202
HSL0.760.560.53
HSV274°66°79°
CMYK 0.290.660.00   0.21
XYZ24.055514.238257.3575
Yxy14.23820.25150.1489
Hunter Lab37.733547.7618-63.7113
CIE-Lab44.572655.1840-57.0896

#8f44ca color RGB value is (143,68,202).

#8f44ca hex color red value is 143, green value is 68 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8f44ca hue: 0.76 , saturation: 0.56 and the lightness value of 8f44ca is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 01000100 11001010
Octal 217 104 312
Decimal 143 68 202
Hex 8F 44 CA

RGB Percentages of Color #8f44ca

%34.62
%16.46
%48.91

CMYK Percentages of Color #8f44ca

%29
%66
%0
%21

Triadic Colors of #8f44ca

#8f44ca #ca8f44 #44ca8f

Analogous Colors of #8f44ca

#8f44ca #ca44c2 #4c44ca

Monochromatic Colors of #8f44ca

#8f44ca

Complementary Color

#8f44ca #7fca44

#8f44ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f44ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f44ca Color CSS Codes

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

#8f44ca Text Font Color

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

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


#8f44ca Background Color

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

This div background color is #8f44ca


#8f44ca Border Color

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

This div border color is #8f44ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f44ca


Comments

No comments written yet.

Please login to write comment.