Color Hex Logo

#5f70bd Color Hex

#5F70BD
(95,112,189)
0 Favorites   0 Comments

Color spaces of #5f70bd

RGB 95112189
HSL0.640.420.56
HSV229°50°74°
CMYK 0.500.410.00   0.26
XYZ19.698817.695450.5214
Yxy17.69540.22410.2013
Hunter Lab42.06599.9734-41.7615
CIE-Lab49.124615.1854-42.5510

#5f70bd color RGB value is (95,112,189).

#5f70bd hex color red value is 95, green value is 112 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5f70bd hue: 0.64 , saturation: 0.42 and the lightness value of 5f70bd is 0.56.

The process color (four color CMYK) of #5f70bd color hex is 0.50, 0.41, 0.00, 0.26. Web safe color of #5f70bd is #6666cc. Color #5f70bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01110000 10111101
Octal 137 160 275
Decimal 95 112 189
Hex 5F 70 BD

RGB Percentages of Color #5f70bd

%23.99
%28.28
%47.73

CMYK Percentages of Color #5f70bd

%50
%41
%0
%26

Triadic Colors of #5f70bd

#5f70bd #bd5f70 #70bd5f

Analogous Colors of #5f70bd

#5f70bd #7d5fbd #5f9fbd

Monochromatic Colors of #5f70bd

#5f70bd

Complementary Color

#5f70bd #bdac5f

#5f70bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f70bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f70bd Color CSS Codes

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

#5f70bd Text Font Color

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

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


#5f70bd Background Color

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

This div background color is #5f70bd


#5f70bd Border Color

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

This div border color is #5f70bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f70bd


Comments

No comments written yet.

Please login to write comment.