Color Hex Logo

#884cf7 Color Hex

#884CF7
(136,76,247)
0 Favorites   0 Comments

Color spaces of #884cf7

RGB 13676247
HSL0.730.910.63
HSV261°69°97°
CMYK 0.450.690.00   0.03
XYZ29.526317.118589.7437
Yxy17.11850.21650.1255
Hunter Lab41.374554.9785-99.6413
CIE-Lab48.409061.0061-76.4687

#884cf7 color RGB value is (136,76,247).

#884cf7 hex color red value is 136, green value is 76 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #884cf7 hue: 0.73 , saturation: 0.91 and the lightness value of 884cf7 is 0.63.

The process color (four color CMYK) of #884cf7 color hex is 0.45, 0.69, 0.00, 0.03. Web safe color of #884cf7 is #9933ff. Color #884cf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001100 11110111
Octal 210 114 367
Decimal 136 76 247
Hex 88 4C F7

RGB Percentages of Color #884cf7

%29.63
%16.56
%53.81

CMYK Percentages of Color #884cf7

%45
%69
%0
%3

Triadic Colors of #884cf7

#884cf7 #f7884c #4cf788

Analogous Colors of #884cf7

#884cf7 #de4cf7 #4c66f7

Monochromatic Colors of #884cf7

#884cf7

Complementary Color

#884cf7 #bbf74c

#884cf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884cf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884cf7 Color CSS Codes

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

#884cf7 Text Font Color

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

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


#884cf7 Background Color

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

This div background color is #884cf7


#884cf7 Border Color

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

This div border color is #884cf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884cf7


Comments

No comments written yet.

Please login to write comment.