Color Hex Logo

#8f4cdd Color Hex

#8F4CDD
(143,76,221)
0 Favorites   0 Comments

Color spaces of #8f4cdd

RGB 14376221
HSL0.740.680.58
HSV268°66°87°
CMYK 0.350.660.00   0.13
XYZ26.963316.229070.1180
Yxy16.22900.23800.1432
Hunter Lab40.285248.9726-74.9969
CIE-Lab47.273555.8043-63.6187

#8f4cdd color RGB value is (143,76,221).

#8f4cdd hex color red value is 143, green value is 76 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8f4cdd hue: 0.74 , saturation: 0.68 and the lightness value of 8f4cdd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 01001100 11011101
Octal 217 114 335
Decimal 143 76 221
Hex 8F 4C DD

RGB Percentages of Color #8f4cdd

%32.50
%17.27
%50.23

CMYK Percentages of Color #8f4cdd

%35
%66
%0
%13

Triadic Colors of #8f4cdd

#8f4cdd #dd8f4c #4cdd8f

Analogous Colors of #8f4cdd

#8f4cdd #d84cdd #4c52dd

Monochromatic Colors of #8f4cdd

#8f4cdd

Complementary Color

#8f4cdd #9add4c

#8f4cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f4cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f4cdd Color CSS Codes

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

#8f4cdd Text Font Color

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

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


#8f4cdd Background Color

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

This div background color is #8f4cdd


#8f4cdd Border Color

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

This div border color is #8f4cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f4cdd


Comments

No comments written yet.

Please login to write comment.