Color Hex Logo

#884fed Color Hex

#884FED
(136,79,237)
0 Favorites   0 Comments

Color spaces of #884fed

RGB 13679237
HSL0.730.810.62
HSV262°67°93°
CMYK 0.430.670.00   0.07
XYZ28.235416.940681.9025
Yxy16.94060.22220.1333
Hunter Lab41.159050.4244-89.1703
CIE-Lab48.185156.9625-71.2261

#884fed color RGB value is (136,79,237).

#884fed hex color red value is 136, green value is 79 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #884fed hue: 0.73 , saturation: 0.81 and the lightness value of 884fed is 0.62.

The process color (four color CMYK) of #884fed color hex is 0.43, 0.67, 0.00, 0.07. Web safe color of #884fed is #9966ff. Color #884fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001111 11101101
Octal 210 117 355
Decimal 136 79 237
Hex 88 4F ED

RGB Percentages of Color #884fed

%30.09
%17.48
%52.43

CMYK Percentages of Color #884fed

%43
%67
%0
%7

Triadic Colors of #884fed

#884fed #ed884f #4fed88

Analogous Colors of #884fed

#884fed #d74fed #4f65ed

Monochromatic Colors of #884fed

#884fed

Complementary Color

#884fed #b4ed4f

#884fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#884fed Color CSS Codes

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

#884fed Text Font Color

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

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


#884fed Background Color

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

This div background color is #884fed


#884fed Border Color

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

This div border color is #884fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884fed


Comments

No comments written yet.

Please login to write comment.