Color Hex Logo

#5f0aef Color Hex

#5F0AEF
(95,10,239)
0 Favorites   0 Comments

Color spaces of #5f0aef

RGB 9510239
HSL0.730.920.49
HSV262°96°94°
CMYK 0.600.960.00   0.06
XYZ20.40788.882082.3001
Yxy8.88200.18290.0796
Hunter Lab29.802770.0756-142.8674
CIE-Lab35.756176.3162-92.9493

#5f0aef color RGB value is (95,10,239).

#5f0aef hex color red value is 95, green value is 10 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5f0aef hue: 0.73 , saturation: 0.92 and the lightness value of 5f0aef is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 00001010 11101111
Octal 137 12 357
Decimal 95 10 239
Hex 5F A EF

RGB Percentages of Color #5f0aef

%27.62
%2.91
%69.48

CMYK Percentages of Color #5f0aef

%60
%96
%0
%6

Triadic Colors of #5f0aef

#5f0aef #ef5f0a #0aef5f

Analogous Colors of #5f0aef

#5f0aef #d20aef #0a28ef

Monochromatic Colors of #5f0aef

#5f0aef

Complementary Color

#5f0aef #9aef0a

#5f0aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f0aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f0aef Color CSS Codes

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

#5f0aef Text Font Color

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

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


#5f0aef Background Color

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

This div background color is #5f0aef


#5f0aef Border Color

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

This div border color is #5f0aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f0aef


Comments

No comments written yet.

Please login to write comment.