Color Hex Logo

#884de1 Color Hex

#884DE1
(136,77,225)
0 Favorites   0 Comments

Color spaces of #884de1

RGB 13677225
HSL0.730.710.59
HSV264°66°88°
CMYK 0.400.660.00   0.12
XYZ26.397815.978272.9270
Yxy15.97820.22890.1386
Hunter Lab39.972747.9282-80.1888
CIE-Lab46.945954.9035-66.4598

#884de1 color RGB value is (136,77,225).

#884de1 hex color red value is 136, green value is 77 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #884de1 hue: 0.73 , saturation: 0.71 and the lightness value of 884de1 is 0.59.

The process color (four color CMYK) of #884de1 color hex is 0.40, 0.66, 0.00, 0.12. Web safe color of #884de1 is #9966cc. Color #884de1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001101 11100001
Octal 210 115 341
Decimal 136 77 225
Hex 88 4D E1

RGB Percentages of Color #884de1

%31.05
%17.58
%51.37

CMYK Percentages of Color #884de1

%40
%66
%0
%12

Triadic Colors of #884de1

#884de1 #e1884d #4de188

Analogous Colors of #884de1

#884de1 #d24de1 #4d5ce1

Monochromatic Colors of #884de1

#884de1

Complementary Color

#884de1 #a6e14d

#884de1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884de1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884de1 Color CSS Codes

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

#884de1 Text Font Color

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

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


#884de1 Background Color

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

This div background color is #884de1


#884de1 Border Color

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

This div border color is #884de1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884de1


Comments

No comments written yet.

Please login to write comment.