Color Hex Logo

#845afc Color Hex

#845AFC
(132,90,252)
0 Favorites   0 Comments

Color spaces of #845afc

RGB 13290252
HSL0.710.960.67
HSV256°64°99°
CMYK 0.480.640.00   0.01
XYZ30.742619.246194.1900
Yxy19.24610.21320.1335
Hunter Lab43.870448.3125-96.5868
CIE-Lab50.973954.5379-75.0935

#845afc color RGB value is (132,90,252).

#845afc hex color red value is 132, green value is 90 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #845afc hue: 0.71 , saturation: 0.96 and the lightness value of 845afc is 0.67.

The process color (four color CMYK) of #845afc color hex is 0.48, 0.64, 0.00, 0.01. Web safe color of #845afc is #9966ff. Color #845afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011010 11111100
Octal 204 132 374
Decimal 132 90 252
Hex 84 5A FC

RGB Percentages of Color #845afc

%27.85
%18.99
%53.16

CMYK Percentages of Color #845afc

%48
%64
%0
%1

Triadic Colors of #845afc

#845afc #fc845a #5afc84

Analogous Colors of #845afc

#845afc #d55afc #5a81fc

Monochromatic Colors of #845afc

#845afc

Complementary Color

#845afc #d2fc5a

#845afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#845afc Color CSS Codes

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

#845afc Text Font Color

<p style="color:#845afc">Text here</p>

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


#845afc Background Color

<div style="background-color:#845afc">
Div content here</div>

This div background color is #845afc


#845afc Border Color

<div style="border:3px solid #845afc">
Div here</div>

This div border color is #845afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845afc


Comments

No comments written yet.

Please login to write comment.