Color Hex Logo

#844aeb Color Hex

#844AEB
(132,74,235)
0 Favorites   0 Comments

Color spaces of #844aeb

RGB 13274235
HSL0.730.800.61
HSV262°69°92°
CMYK 0.440.690.00   0.08
XYZ26.959915.801380.2263
Yxy15.80130.21920.1285
Hunter Lab39.750851.4986-91.8352
CIE-Lab46.712758.2077-72.5153

#844aeb color RGB value is (132,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001010 11101011
Octal 204 112 353
Decimal 132 74 235
Hex 84 4A EB

RGB Percentages of Color #844aeb

%29.93
%16.78
%53.29

CMYK Percentages of Color #844aeb

%44
%69
%0
%8

Triadic Colors of #844aeb

#844aeb #eb844a #4aeb84

Analogous Colors of #844aeb

#844aeb #d54aeb #4a60eb

Monochromatic Colors of #844aeb

#844aeb

Complementary Color

#844aeb #b1eb4a

#844aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#844aeb Color CSS Codes

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

#844aeb Text Font Color

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

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


#844aeb Background Color

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

This div background color is #844aeb


#844aeb Border Color

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

This div border color is #844aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,74,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 #844aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844aeb


Comments

No comments written yet.

Please login to write comment.