Color Hex Logo

#5f56db Color Hex

#5F56DB
(95,86,219)
0 Favorites   0 Comments

Color spaces of #5f56db

RGB 9586219
HSL0.680.650.60
HSV244°61°86°
CMYK 0.570.610.00   0.14
XYZ20.833314.202968.6612
Yxy14.20290.20090.1370
Hunter Lab37.686732.7234-81.6393
CIE-Lab44.522540.5965-67.1573

#5f56db color RGB value is (95,86,219).

#5f56db hex color red value is 95, green value is 86 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5f56db hue: 0.68 , saturation: 0.65 and the lightness value of 5f56db is 0.60.

The process color (four color CMYK) of #5f56db color hex is 0.57, 0.61, 0.00, 0.14. Web safe color of #5f56db is #6666cc. Color #5f56db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01010110 11011011
Octal 137 126 333
Decimal 95 86 219
Hex 5F 56 DB

RGB Percentages of Color #5f56db

%23.75
%21.50
%54.75

CMYK Percentages of Color #5f56db

%57
%61
%0
%14

Triadic Colors of #5f56db

#5f56db #db5f56 #56db5f

Analogous Colors of #5f56db

#5f56db #a256db #5690db

Monochromatic Colors of #5f56db

#5f56db

Complementary Color

#5f56db #d2db56

#5f56db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f56db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f56db Color CSS Codes

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

#5f56db Text Font Color

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

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


#5f56db Background Color

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

This div background color is #5f56db


#5f56db Border Color

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

This div border color is #5f56db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f56db


Comments

No comments written yet.

Please login to write comment.