Color Hex Logo

#845fef Color Hex

#845FEF
(132,95,239)
0 Favorites   0 Comments

Color spaces of #845fef

RGB 13295239
HSL0.710.820.65
HSV255°60°94°
CMYK 0.450.600.00   0.06
XYZ29.187919.321983.8525
Yxy19.32190.22050.1460
Hunter Lab43.956741.6025-82.3329
CIE-Lab51.061748.2734-67.6987

#845fef color RGB value is (132,95,239).

#845fef hex color red value is 132, green value is 95 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #845fef hue: 0.71 , saturation: 0.82 and the lightness value of 845fef is 0.65.

The process color (four color CMYK) of #845fef color hex is 0.45, 0.60, 0.00, 0.06. Web safe color of #845fef is #9966ff. Color #845fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011111 11101111
Octal 204 137 357
Decimal 132 95 239
Hex 84 5F EF

RGB Percentages of Color #845fef

%28.33
%20.39
%51.29

CMYK Percentages of Color #845fef

%45
%60
%0
%6

Triadic Colors of #845fef

#845fef #ef845f #5fef84

Analogous Colors of #845fef

#845fef #cc5fef #5f82ef

Monochromatic Colors of #845fef

#845fef

Complementary Color

#845fef #caef5f

#845fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#845fef Color CSS Codes

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

#845fef Text Font Color

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

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


#845fef Background Color

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

This div background color is #845fef


#845fef Border Color

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

This div border color is #845fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845fef


Comments

No comments written yet.

Please login to write comment.