Color Hex Logo

#884bfc Color Hex

#884BFC
(136,75,252)
0 Favorites   0 Comments

Color spaces of #884bfc

RGB 13675252
HSL0.720.970.64
HSV261°70°99°
CMYK 0.460.700.00   0.01
XYZ30.240117.294793.8398
Yxy17.29470.21390.1223
Hunter Lab41.586957.0200-104.6756
CIE-Lab48.629262.7640-78.8996

#884bfc color RGB value is (136,75,252).

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

The process color (four color CMYK) of #884bfc color hex is 0.46, 0.70, 0.00, 0.01. Web safe color of #884bfc is #9933ff. Color #884bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001011 11111100
Octal 210 113 374
Decimal 136 75 252
Hex 88 4B FC

RGB Percentages of Color #884bfc

%29.37
%16.20
%54.43

CMYK Percentages of Color #884bfc

%46
%70
%0
%1

Triadic Colors of #884bfc

#884bfc #fc884b #4bfc88

Analogous Colors of #884bfc

#884bfc #e14bfc #4b67fc

Monochromatic Colors of #884bfc

#884bfc

Complementary Color

#884bfc #bffc4b

#884bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#884bfc Color CSS Codes

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

#884bfc Text Font Color

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

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


#884bfc Background Color

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

This div background color is #884bfc


#884bfc Border Color

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

This div border color is #884bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.