Color Hex Logo

#884bff Color Hex

#884BFF
(136,75,255)
0 Favorites   0 Comments

Color spaces of #884bff

RGB 13675255
HSL0.721.000.65
HSV260°71°100°
CMYK 0.470.710.00   0.00
XYZ30.719417.486496.3639
Yxy17.48640.21250.1210
Hunter Lab41.816757.9503-107.3581
CIE-Lab48.867163.5324-80.1808

#884bff color RGB value is (136,75,255).

#884bff hex color red value is 136, green value is 75 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #884bff hue: 0.72 , saturation: 1.00 and the lightness value of 884bff is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001011 11111111
Octal 210 113 377
Decimal 136 75 255
Hex 88 4B FF

RGB Percentages of Color #884bff

%29.18
%16.09
%54.72

CMYK Percentages of Color #884bff

%47
%71
%0
%0

Triadic Colors of #884bff

#884bff #ff884b #4bff88

Analogous Colors of #884bff

#884bff #e24bff #4b68ff

Monochromatic Colors of #884bff

#884bff

Complementary Color

#884bff #c2ff4b

#884bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#884bff Color CSS Codes

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

#884bff Text Font Color

<p style="color:#884bff">Text here</p>

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


#884bff Background Color

<div style="background-color:#884bff">
Div content here</div>

This div background color is #884bff


#884bff Border Color

<div style="border:3px solid #884bff">
Div here</div>

This div border color is #884bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,75,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 #884bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884bff


Comments

No comments written yet.

Please login to write comment.