Color Hex Logo

#8449eb Color Hex

#8449EB
(132,73,235)
0 Favorites   0 Comments

Color spaces of #8449eb

RGB 13273235
HSL0.730.800.60
HSV262°69°92°
CMYK 0.440.690.00   0.08
XYZ26.893715.668880.2042
Yxy15.66880.21910.1276
Hunter Lab39.583852.0032-92.4239
CIE-Lab46.536958.6963-72.8018

#8449eb color RGB value is (132,73,235).

#8449eb hex color red value is 132, green value is 73 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8449eb hue: 0.73 , saturation: 0.80 and the lightness value of 8449eb is 0.60.

The process color (four color CMYK) of #8449eb color hex is 0.44, 0.69, 0.00, 0.08. Web safe color of #8449eb is #9933ff. Color #8449eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001001 11101011
Octal 204 111 353
Decimal 132 73 235
Hex 84 49 EB

RGB Percentages of Color #8449eb

%30.00
%16.59
%53.41

CMYK Percentages of Color #8449eb

%44
%69
%0
%8

Triadic Colors of #8449eb

#8449eb #eb8449 #49eb84

Analogous Colors of #8449eb

#8449eb #d549eb #495feb

Monochromatic Colors of #8449eb

#8449eb

Complementary Color

#8449eb #b0eb49

#8449eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8449eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8449eb Color CSS Codes

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

#8449eb Text Font Color

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

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


#8449eb Background Color

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

This div background color is #8449eb


#8449eb Border Color

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

This div border color is #8449eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,73,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8449eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8449eb;
  -webkit-box-shadow: 1px 1px 3px 2px #8449eb;
  box-shadow:         1px 1px 3px 2px #8449eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,73,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8449eb


Comments

No comments written yet.

Please login to write comment.