Color Hex Logo

#5f3aef Color Hex

#5F3AEF
(95,58,239)
0 Favorites   0 Comments

Color spaces of #5f3aef

RGB 9558239
HSL0.700.850.58
HSV252°76°94°
CMYK 0.600.760.00   0.06
XYZ21.812411.691082.7683
Yxy11.69100.18760.1005
Hunter Lab34.192154.0355-119.5879
CIE-Lab40.720761.6340-84.7344

#5f3aef color RGB value is (95,58,239).

#5f3aef hex color red value is 95, green value is 58 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5f3aef hue: 0.70 , saturation: 0.85 and the lightness value of 5f3aef is 0.58.

The process color (four color CMYK) of #5f3aef color hex is 0.60, 0.76, 0.00, 0.06. Web safe color of #5f3aef is #6633ff. Color #5f3aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00111010 11101111
Octal 137 72 357
Decimal 95 58 239
Hex 5F 3A EF

RGB Percentages of Color #5f3aef

%24.23
%14.80
%60.97

CMYK Percentages of Color #5f3aef

%60
%76
%0
%6

Triadic Colors of #5f3aef

#5f3aef #ef5f3a #3aef5f

Analogous Colors of #5f3aef

#5f3aef #ba3aef #3a70ef

Monochromatic Colors of #5f3aef

#5f3aef

Complementary Color

#5f3aef #caef3a

#5f3aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f3aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f3aef Color CSS Codes

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

#5f3aef Text Font Color

<p style="color:#5f3aef">Text here</p>

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


#5f3aef Background Color

<div style="background-color:#5f3aef">
Div content here</div>

This div background color is #5f3aef


#5f3aef Border Color

<div style="border:3px solid #5f3aef">
Div here</div>

This div border color is #5f3aef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,58,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 #5f3aef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f3aef


Comments

No comments written yet.

Please login to write comment.