Color Hex Logo

#840ceb Color Hex

#840CEB
(132,12,235)
0 Favorites   0 Comments

Color spaces of #840ceb

RGB 13212235
HSL0.760.900.48
HSV272°95°92°
CMYK 0.440.950.00   0.08
XYZ24.642611.166679.4538
Yxy11.16660.21380.0969
Hunter Lab33.416573.1540-117.5814
CIE-Lab39.859778.0508-83.7492

#840ceb color RGB value is (132,12,235).

#840ceb hex color red value is 132, green value is 12 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #840ceb hue: 0.76 , saturation: 0.90 and the lightness value of 840ceb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001100 11101011
Octal 204 14 353
Decimal 132 12 235
Hex 84 C EB

RGB Percentages of Color #840ceb

%34.83
%3.17
%62.01

CMYK Percentages of Color #840ceb

%44
%95
%0
%8

Triadic Colors of #840ceb

#840ceb #eb840c #0ceb84

Analogous Colors of #840ceb

#840ceb #eb0ce3 #150ceb

Monochromatic Colors of #840ceb

#840ceb

Complementary Color

#840ceb #73eb0c

#840ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#840ceb Color CSS Codes

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

#840ceb Text Font Color

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

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


#840ceb Background Color

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

This div background color is #840ceb


#840ceb Border Color

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

This div border color is #840ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840ceb


Comments

No comments written yet.

Please login to write comment.