Color Hex Logo

#882490 Color Hex

#882490
(136,36,144)
0 Favorites   0 Comments

Color spaces of #882490

RGB 13636144
HSL0.820.600.35
HSV296°75°56°
CMYK 0.060.750.00   0.44
XYZ15.81838.509627.1944
Yxy8.50960.30700.1652
Hunter Lab29.171245.7433-34.8523
CIE-Lab35.022455.1039-37.9818

#882490 color RGB value is (136,36,144).

#882490 hex color red value is 136, green value is 36 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #882490 hue: 0.82 , saturation: 0.60 and the lightness value of 882490 is 0.35.

The process color (four color CMYK) of #882490 color hex is 0.06, 0.75, 0.00, 0.44. Web safe color of #882490 is #993399. Color #882490 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100100 10010000
Octal 210 44 220
Decimal 136 36 144
Hex 88 24 90

RGB Percentages of Color #882490

%43.04
%11.39
%45.57

CMYK Percentages of Color #882490

%6
%75
%0
%44

Triadic Colors of #882490

#882490 #908824 #249088

Analogous Colors of #882490

#882490 #902462 #522490

Monochromatic Colors of #882490

#882490

Complementary Color

#882490 #2c9024

#882490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882490 Color CSS Codes

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

#882490 Text Font Color

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

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


#882490 Background Color

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

This div background color is #882490


#882490 Border Color

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

This div border color is #882490


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,36,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #882490; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #882490;
  -webkit-box-shadow: 1px 1px 3px 2px #882490;
  box-shadow:         1px 1px 3px 2px #882490; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882490


Comments

No comments written yet.

Please login to write comment.