Color Hex Logo

#5f20eb Color Hex

#5F20EB
(95,32,235)
0 Favorites   0 Comments

Color spaces of #5f20eb

RGB 9532235
HSL0.720.840.52
HSV259°86°92°
CMYK 0.600.860.00   0.08
XYZ20.23129.464179.3577
Yxy9.46410.18550.0868
Hunter Lab30.763863.5504-131.4088
CIE-Lab36.862970.6793-88.8434

#5f20eb color RGB value is (95,32,235).

#5f20eb hex color red value is 95, green value is 32 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5f20eb hue: 0.72 , saturation: 0.84 and the lightness value of 5f20eb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 00100000 11101011
Octal 137 40 353
Decimal 95 32 235
Hex 5F 20 EB

RGB Percentages of Color #5f20eb

%26.24
%8.84
%64.92

CMYK Percentages of Color #5f20eb

%60
%86
%0
%8

Triadic Colors of #5f20eb

#5f20eb #eb5f20 #20eb5f

Analogous Colors of #5f20eb

#5f20eb #c520eb #2046eb

Monochromatic Colors of #5f20eb

#5f20eb

Complementary Color

#5f20eb #aceb20

#5f20eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f20eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f20eb Color CSS Codes

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

#5f20eb Text Font Color

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

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


#5f20eb Background Color

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

This div background color is #5f20eb


#5f20eb Border Color

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

This div border color is #5f20eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f20eb


Comments

No comments written yet.

Please login to write comment.