Color Hex Logo

#8827ff Color Hex

#8827FF
(136,39,255)
0 Favorites   0 Comments

Color spaces of #8827ff

RGB 13639255
HSL0.741.000.58
HSV267°85°100°
CMYK 0.470.850.00   0.00
XYZ28.928913.905395.7670
Yxy13.90530.20870.1003
Hunter Lab37.289873.2206-126.1646
CIE-Lab44.096877.2937-88.0082

#8827ff color RGB value is (136,39,255).

#8827ff hex color red value is 136, green value is 39 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8827ff hue: 0.74 , saturation: 1.00 and the lightness value of 8827ff is 0.58.

The process color (four color CMYK) of #8827ff color hex is 0.47, 0.85, 0.00, 0.00. Web safe color of #8827ff is #9933ff. Color #8827ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100111 11111111
Octal 210 47 377
Decimal 136 39 255
Hex 88 27 FF

RGB Percentages of Color #8827ff

%31.63
%9.07
%59.30

CMYK Percentages of Color #8827ff

%47
%85
%0
%0

Triadic Colors of #8827ff

#8827ff #ff8827 #27ff88

Analogous Colors of #8827ff

#8827ff #f427ff #2732ff

Monochromatic Colors of #8827ff

#8827ff

Complementary Color

#8827ff #9eff27

#8827ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8827ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8827ff Color CSS Codes

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

#8827ff Text Font Color

<p style="color:#8827ff">Text here</p>

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


#8827ff Background Color

<div style="background-color:#8827ff">
Div content here</div>

This div background color is #8827ff


#8827ff Border Color

<div style="border:3px solid #8827ff">
Div here</div>

This div border color is #8827ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,39,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8827ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8827ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8827ff;
  box-shadow:         1px 1px 3px 2px #8827ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8827ff

Related Colors


Comments

No comments written yet.

Please login to write comment.