Color Hex Logo

#5f38eb Color Hex

#5F38EB
(95,56,235)
0 Favorites   0 Comments

Color spaces of #5f38eb

RGB 9556235
HSL0.700.820.57
HSV253°76°92°
CMYK 0.600.760.00   0.08
XYZ21.128911.259479.6569
Yxy11.25940.18860.1005
Hunter Lab33.555053.6764-117.2611
CIE-Lab40.014061.4490-83.6365

#5f38eb color RGB value is (95,56,235).

#5f38eb hex color red value is 95, green value is 56 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5f38eb hue: 0.70 , saturation: 0.82 and the lightness value of 5f38eb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 00111000 11101011
Octal 137 70 353
Decimal 95 56 235
Hex 5F 38 EB

RGB Percentages of Color #5f38eb

%24.61
%14.51
%60.88

CMYK Percentages of Color #5f38eb

%60
%76
%0
%8

Triadic Colors of #5f38eb

#5f38eb #eb5f38 #38eb5f

Analogous Colors of #5f38eb

#5f38eb #b938eb #386beb

Monochromatic Colors of #5f38eb

#5f38eb

Complementary Color

#5f38eb #c4eb38

#5f38eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f38eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f38eb Color CSS Codes

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

#5f38eb Text Font Color

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

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


#5f38eb Background Color

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

This div background color is #5f38eb


#5f38eb Border Color

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

This div border color is #5f38eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f38eb


Comments

No comments written yet.

Please login to write comment.