Color Hex Logo

#8f21da Color Hex

#8F21DA
(143,33,218)
0 Favorites   0 Comments

Color spaces of #8f21da

RGB 14333218
HSL0.770.740.49
HSV276°85°85°
CMYK 0.340.850.00   0.15
XYZ24.526411.989367.3511
Yxy11.98930.23610.1154
Hunter Lab34.625665.8425-91.0886
CIE-Lab41.199171.7754-71.7895

#8f21da color RGB value is (143,33,218).

#8f21da hex color red value is 143, green value is 33 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8f21da hue: 0.77 , saturation: 0.74 and the lightness value of 8f21da is 0.49.

The process color (four color CMYK) of #8f21da color hex is 0.34, 0.85, 0.00, 0.15. Web safe color of #8f21da is #9933cc. Color #8f21da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00100001 11011010
Octal 217 41 332
Decimal 143 33 218
Hex 8F 21 DA

RGB Percentages of Color #8f21da

%36.29
%8.38
%55.33

CMYK Percentages of Color #8f21da

%34
%85
%0
%15

Triadic Colors of #8f21da

#8f21da #da8f21 #21da8f

Analogous Colors of #8f21da

#8f21da #da21c9 #3321da

Monochromatic Colors of #8f21da

#8f21da

Complementary Color

#8f21da #6cda21

#8f21da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f21da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f21da Color CSS Codes

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

#8f21da Text Font Color

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

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


#8f21da Background Color

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

This div background color is #8f21da


#8f21da Border Color

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

This div border color is #8f21da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f21da


Comments

No comments written yet.

Please login to write comment.