Color Hex Logo

#5f47eb Color Hex

#5F47EB
(95,71,235)
0 Favorites   0 Comments

Color spaces of #5f47eb

RGB 9571235
HSL0.690.800.60
HSV249°70°92°
CMYK 0.600.700.00   0.08
XYZ21.967912.937579.9366
Yxy12.93750.19130.1127
Hunter Lab35.968746.0736-106.5875
CIE-Lab42.668953.9624-79.2697

#5f47eb color RGB value is (95,71,235).

#5f47eb hex color red value is 95, green value is 71 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5f47eb hue: 0.69 , saturation: 0.80 and the lightness value of 5f47eb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 01000111 11101011
Octal 137 107 353
Decimal 95 71 235
Hex 5F 47 EB

RGB Percentages of Color #5f47eb

%23.69
%17.71
%58.60

CMYK Percentages of Color #5f47eb

%60
%70
%0
%8

Triadic Colors of #5f47eb

#5f47eb #eb5f47 #47eb5f

Analogous Colors of #5f47eb

#5f47eb #b147eb #4781eb

Monochromatic Colors of #5f47eb

#5f47eb

Complementary Color

#5f47eb #d3eb47

#5f47eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f47eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f47eb Color CSS Codes

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

#5f47eb Text Font Color

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

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


#5f47eb Background Color

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

This div background color is #5f47eb


#5f47eb Border Color

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

This div border color is #5f47eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f47eb


Comments

No comments written yet.

Please login to write comment.