Color Hex Logo

#844ceb Color Hex

#844CEB
(132,76,235)
0 Favorites   0 Comments

Color spaces of #844ceb

RGB 13276235
HSL0.730.800.61
HSV261°68°92°
CMYK 0.440.680.00   0.08
XYZ27.095616.072680.2715
Yxy16.07260.21950.1302
Hunter Lab40.090650.4821-90.6500
CIE-Lab47.069657.2197-71.9339

#844ceb color RGB value is (132,76,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001100 11101011
Octal 204 114 353
Decimal 132 76 235
Hex 84 4C EB

RGB Percentages of Color #844ceb

%29.80
%17.16
%53.05

CMYK Percentages of Color #844ceb

%44
%68
%0
%8

Triadic Colors of #844ceb

#844ceb #eb844c #4ceb84

Analogous Colors of #844ceb

#844ceb #d44ceb #4c63eb

Monochromatic Colors of #844ceb

#844ceb

Complementary Color

#844ceb #b3eb4c

#844ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#844ceb Color CSS Codes

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

#844ceb Text Font Color

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

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


#844ceb Background Color

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

This div background color is #844ceb


#844ceb Border Color

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

This div border color is #844ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844ceb


Comments

No comments written yet.

Please login to write comment.