Color Hex Logo

#840cfc Color Hex

#840CFC
(132,12,252)
0 Favorites   0 Comments

Color spaces of #840cfc

RGB 13212252
HSL0.750.980.52
HSV270°95°99°
CMYK 0.480.950.00   0.01
XYZ27.217912.196893.0151
Yxy12.19680.20550.0921
Hunter Lab34.923977.9968-133.4641
CIE-Lab41.527281.6037-90.5853

#840cfc color RGB value is (132,12,252).

#840cfc hex color red value is 132, green value is 12 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #840cfc hue: 0.75 , saturation: 0.98 and the lightness value of 840cfc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001100 11111100
Octal 204 14 374
Decimal 132 12 252
Hex 84 C FC

RGB Percentages of Color #840cfc

%33.33
%3.03
%63.64

CMYK Percentages of Color #840cfc

%48
%95
%0
%1

Triadic Colors of #840cfc

#840cfc #fc840c #0cfc84

Analogous Colors of #840cfc

#840cfc #fc0cfc #0c0cfc

Monochromatic Colors of #840cfc

#840cfc

Complementary Color

#840cfc #84fc0c

#840cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#840cfc Color CSS Codes

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

#840cfc Text Font Color

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

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


#840cfc Background Color

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

This div background color is #840cfc


#840cfc Border Color

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

This div border color is #840cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.