Color Hex Logo

#8842fa Color Hex

#8842FA
(136,66,250)
0 Favorites   0 Comments

Color spaces of #8842fa

RGB 13666250
HSL0.730.950.62
HSV263°74°98°
CMYK 0.460.740.00   0.02
XYZ29.356916.032891.9898
Yxy16.03280.21370.1167
Hunter Lab40.041060.7994-108.1836
CIE-Lab47.017566.3552-80.4194

#8842fa color RGB value is (136,66,250).

#8842fa hex color red value is 136, green value is 66 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8842fa hue: 0.73 , saturation: 0.95 and the lightness value of 8842fa is 0.62.

The process color (four color CMYK) of #8842fa color hex is 0.46, 0.74, 0.00, 0.02. Web safe color of #8842fa is #9933ff. Color #8842fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000010 11111010
Octal 210 102 372
Decimal 136 66 250
Hex 88 42 FA

RGB Percentages of Color #8842fa

%30.09
%14.60
%55.31

CMYK Percentages of Color #8842fa

%46
%74
%0
%2

Triadic Colors of #8842fa

#8842fa #fa8842 #42fa88

Analogous Colors of #8842fa

#8842fa #e442fa #4258fa

Monochromatic Colors of #8842fa

#8842fa

Complementary Color

#8842fa #b4fa42

#8842fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8842fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8842fa Color CSS Codes

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

#8842fa Text Font Color

<p style="color:#8842fa">Text here</p>

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


#8842fa Background Color

<div style="background-color:#8842fa">
Div content here</div>

This div background color is #8842fa


#8842fa Border Color

<div style="border:3px solid #8842fa">
Div here</div>

This div border color is #8842fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,66,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8842fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8842fa;
  -webkit-box-shadow: 1px 1px 3px 2px #8842fa;
  box-shadow:         1px 1px 3px 2px #8842fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,66,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8842fa


Comments

No comments written yet.

Please login to write comment.