Color Hex Logo

#8621da Color Hex

#8621DA
(134,33,218)
0 Favorites   0 Comments

Color spaces of #8621da

RGB 13433218
HSL0.760.740.49
HSV273°85°85°
CMYK 0.390.850.00   0.15
XYZ23.030311.218067.2811
Yxy11.21800.22680.1105
Hunter Lab33.493364.1251-95.6561
CIE-Lab39.945270.5713-73.8922

#8621da color RGB value is (134,33,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100001 11011010
Octal 206 41 332
Decimal 134 33 218
Hex 86 21 DA

RGB Percentages of Color #8621da

%34.81
%8.57
%56.62

CMYK Percentages of Color #8621da

%39
%85
%0
%15

Triadic Colors of #8621da

#8621da #da8621 #21da86

Analogous Colors of #8621da

#8621da #da21d2 #2a21da

Monochromatic Colors of #8621da

#8621da

Complementary Color

#8621da #75da21

#8621da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8621da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8621da Color CSS Codes

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

#8621da Text Font Color

<p style="color:#8621da">Text here</p>

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


#8621da Background Color

<div style="background-color:#8621da">
Div content here</div>

This div background color is #8621da


#8621da Border Color

<div style="border:3px solid #8621da">
Div here</div>

This div border color is #8621da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,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 #8621da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8621da


Comments

No comments written yet.

Please login to write comment.